Closed Hex27 closed 3 years ago
NMS method names in IRegistryCustom should be the same as in spigot
Attempting to use IRegistryCustom.d() (object method, not static) throws a MethodNotFoundException.
My plugin attempts to call IRegistryCustom.d(). Starting the plugin is enough to reproduce the issue. The exact lines can be found in the TerraformGenerator source code in this class: https://github.com/Hex27/TerraformGenerator/blob/master/implementation/v1_17_R1/src/main/java/org/terraform/v1_17_R1/NMSChunkGenerator.java#L190#L190
TerraformGenerator 4.40
git-Paper-"ce66102" (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT)
Plugin was compiled with spigot and can run on spigot 1.17 with no issues.
https://github.com/PaperMC/paperweight/issues/24
Expected behavior
NMS method names in IRegistryCustom should be the same as in spigot
Observed/Actual behavior
Attempting to use IRegistryCustom.d() (object method, not static) throws a MethodNotFoundException.
Steps/models to reproduce
My plugin attempts to call IRegistryCustom.d(). Starting the plugin is enough to reproduce the issue. The exact lines can be found in the TerraformGenerator source code in this class: https://github.com/Hex27/TerraformGenerator/blob/master/implementation/v1_17_R1/src/main/java/org/terraform/v1_17_R1/NMSChunkGenerator.java#L190#L190
Plugin list
TerraformGenerator 4.40
Paper version
git-Paper-"ce66102" (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT)
Agreements
Other
Plugin was compiled with spigot and can run on spigot 1.17 with no issues.