rename method to getSpawnEgg

This commit is contained in:
Jake Potrebic
2021-10-20 14:41:54 -07:00
parent 03f31b993b
commit c855cebeee
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
+
+ @Override
+ public ItemStack getMonsterEgg(org.bukkit.entity.EntityType type) {
+ public ItemStack getSpawnEgg(org.bukkit.entity.EntityType type) {
+ if (type == null) {
+ return null;
+ }