mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 22:43:14 +01:00
SPIGOT-4318: More missing spawn eggs
This commit is contained in:
parent
908516f102
commit
4228a56c0d
3 changed files with 19 additions and 1 deletions
|
@ -141,8 +141,11 @@ public final class CraftItemFactory implements ItemFactory {
|
||||||
case BLAZE_SPAWN_EGG:
|
case BLAZE_SPAWN_EGG:
|
||||||
case CAVE_SPIDER_SPAWN_EGG:
|
case CAVE_SPIDER_SPAWN_EGG:
|
||||||
case CHICKEN_SPAWN_EGG:
|
case CHICKEN_SPAWN_EGG:
|
||||||
|
case COD_SPAWN_EGG:
|
||||||
case COW_SPAWN_EGG:
|
case COW_SPAWN_EGG:
|
||||||
case CREEPER_SPAWN_EGG:
|
case CREEPER_SPAWN_EGG:
|
||||||
|
case DOLPHIN_SPAWN_EGG:
|
||||||
|
case DROWNED_SPAWN_EGG:
|
||||||
case DONKEY_SPAWN_EGG:
|
case DONKEY_SPAWN_EGG:
|
||||||
case ELDER_GUARDIAN_SPAWN_EGG:
|
case ELDER_GUARDIAN_SPAWN_EGG:
|
||||||
case ENDERMAN_SPAWN_EGG:
|
case ENDERMAN_SPAWN_EGG:
|
||||||
|
@ -161,7 +164,9 @@ public final class CraftItemFactory implements ItemFactory {
|
||||||
case PHANTOM_SPAWN_EGG:
|
case PHANTOM_SPAWN_EGG:
|
||||||
case PIG_SPAWN_EGG:
|
case PIG_SPAWN_EGG:
|
||||||
case POLAR_BEAR_SPAWN_EGG:
|
case POLAR_BEAR_SPAWN_EGG:
|
||||||
|
case PUFFERFISH_SPAWN_EGG:
|
||||||
case RABBIT_SPAWN_EGG:
|
case RABBIT_SPAWN_EGG:
|
||||||
|
case SALMON_SPAWN_EGG:
|
||||||
case SHEEP_SPAWN_EGG:
|
case SHEEP_SPAWN_EGG:
|
||||||
case SHULKER_SPAWN_EGG:
|
case SHULKER_SPAWN_EGG:
|
||||||
case SILVERFISH_SPAWN_EGG:
|
case SILVERFISH_SPAWN_EGG:
|
||||||
|
@ -171,6 +176,7 @@ public final class CraftItemFactory implements ItemFactory {
|
||||||
case SPIDER_SPAWN_EGG:
|
case SPIDER_SPAWN_EGG:
|
||||||
case SQUID_SPAWN_EGG:
|
case SQUID_SPAWN_EGG:
|
||||||
case STRAY_SPAWN_EGG:
|
case STRAY_SPAWN_EGG:
|
||||||
|
case TROPICAL_FISH_SPAWN_EGG:
|
||||||
case TURTLE_SPAWN_EGG:
|
case TURTLE_SPAWN_EGG:
|
||||||
case VEX_SPAWN_EGG:
|
case VEX_SPAWN_EGG:
|
||||||
case VILLAGER_SPAWN_EGG:
|
case VILLAGER_SPAWN_EGG:
|
||||||
|
|
|
@ -403,8 +403,11 @@ public final class CraftItemStack extends ItemStack {
|
||||||
case BLAZE_SPAWN_EGG:
|
case BLAZE_SPAWN_EGG:
|
||||||
case CAVE_SPIDER_SPAWN_EGG:
|
case CAVE_SPIDER_SPAWN_EGG:
|
||||||
case CHICKEN_SPAWN_EGG:
|
case CHICKEN_SPAWN_EGG:
|
||||||
|
case COD_SPAWN_EGG:
|
||||||
case COW_SPAWN_EGG:
|
case COW_SPAWN_EGG:
|
||||||
case CREEPER_SPAWN_EGG:
|
case CREEPER_SPAWN_EGG:
|
||||||
|
case DOLPHIN_SPAWN_EGG:
|
||||||
|
case DROWNED_SPAWN_EGG:
|
||||||
case DONKEY_SPAWN_EGG:
|
case DONKEY_SPAWN_EGG:
|
||||||
case ELDER_GUARDIAN_SPAWN_EGG:
|
case ELDER_GUARDIAN_SPAWN_EGG:
|
||||||
case ENDERMAN_SPAWN_EGG:
|
case ENDERMAN_SPAWN_EGG:
|
||||||
|
@ -423,7 +426,9 @@ public final class CraftItemStack extends ItemStack {
|
||||||
case PHANTOM_SPAWN_EGG:
|
case PHANTOM_SPAWN_EGG:
|
||||||
case PIG_SPAWN_EGG:
|
case PIG_SPAWN_EGG:
|
||||||
case POLAR_BEAR_SPAWN_EGG:
|
case POLAR_BEAR_SPAWN_EGG:
|
||||||
|
case PUFFERFISH_SPAWN_EGG:
|
||||||
case RABBIT_SPAWN_EGG:
|
case RABBIT_SPAWN_EGG:
|
||||||
|
case SALMON_SPAWN_EGG:
|
||||||
case SHEEP_SPAWN_EGG:
|
case SHEEP_SPAWN_EGG:
|
||||||
case SHULKER_SPAWN_EGG:
|
case SHULKER_SPAWN_EGG:
|
||||||
case SILVERFISH_SPAWN_EGG:
|
case SILVERFISH_SPAWN_EGG:
|
||||||
|
@ -433,6 +438,7 @@ public final class CraftItemStack extends ItemStack {
|
||||||
case SPIDER_SPAWN_EGG:
|
case SPIDER_SPAWN_EGG:
|
||||||
case SQUID_SPAWN_EGG:
|
case SQUID_SPAWN_EGG:
|
||||||
case STRAY_SPAWN_EGG:
|
case STRAY_SPAWN_EGG:
|
||||||
|
case TROPICAL_FISH_SPAWN_EGG:
|
||||||
case TURTLE_SPAWN_EGG:
|
case TURTLE_SPAWN_EGG:
|
||||||
case VEX_SPAWN_EGG:
|
case VEX_SPAWN_EGG:
|
||||||
case VILLAGER_SPAWN_EGG:
|
case VILLAGER_SPAWN_EGG:
|
||||||
|
|
|
@ -119,8 +119,11 @@ public class CraftMetaSpawnEgg extends CraftMetaItem implements SpawnEggMeta {
|
||||||
case BLAZE_SPAWN_EGG:
|
case BLAZE_SPAWN_EGG:
|
||||||
case CAVE_SPIDER_SPAWN_EGG:
|
case CAVE_SPIDER_SPAWN_EGG:
|
||||||
case CHICKEN_SPAWN_EGG:
|
case CHICKEN_SPAWN_EGG:
|
||||||
|
case COD_SPAWN_EGG:
|
||||||
case COW_SPAWN_EGG:
|
case COW_SPAWN_EGG:
|
||||||
case CREEPER_SPAWN_EGG:
|
case CREEPER_SPAWN_EGG:
|
||||||
|
case DOLPHIN_SPAWN_EGG:
|
||||||
|
case DROWNED_SPAWN_EGG:
|
||||||
case DONKEY_SPAWN_EGG:
|
case DONKEY_SPAWN_EGG:
|
||||||
case ELDER_GUARDIAN_SPAWN_EGG:
|
case ELDER_GUARDIAN_SPAWN_EGG:
|
||||||
case ENDERMAN_SPAWN_EGG:
|
case ENDERMAN_SPAWN_EGG:
|
||||||
|
@ -139,7 +142,9 @@ public class CraftMetaSpawnEgg extends CraftMetaItem implements SpawnEggMeta {
|
||||||
case PHANTOM_SPAWN_EGG:
|
case PHANTOM_SPAWN_EGG:
|
||||||
case PIG_SPAWN_EGG:
|
case PIG_SPAWN_EGG:
|
||||||
case POLAR_BEAR_SPAWN_EGG:
|
case POLAR_BEAR_SPAWN_EGG:
|
||||||
|
case PUFFERFISH_SPAWN_EGG:
|
||||||
case RABBIT_SPAWN_EGG:
|
case RABBIT_SPAWN_EGG:
|
||||||
|
case SALMON_SPAWN_EGG:
|
||||||
case SHEEP_SPAWN_EGG:
|
case SHEEP_SPAWN_EGG:
|
||||||
case SHULKER_SPAWN_EGG:
|
case SHULKER_SPAWN_EGG:
|
||||||
case SILVERFISH_SPAWN_EGG:
|
case SILVERFISH_SPAWN_EGG:
|
||||||
|
@ -149,6 +154,7 @@ public class CraftMetaSpawnEgg extends CraftMetaItem implements SpawnEggMeta {
|
||||||
case SPIDER_SPAWN_EGG:
|
case SPIDER_SPAWN_EGG:
|
||||||
case SQUID_SPAWN_EGG:
|
case SQUID_SPAWN_EGG:
|
||||||
case STRAY_SPAWN_EGG:
|
case STRAY_SPAWN_EGG:
|
||||||
|
case TROPICAL_FISH_SPAWN_EGG:
|
||||||
case TURTLE_SPAWN_EGG:
|
case TURTLE_SPAWN_EGG:
|
||||||
case VEX_SPAWN_EGG:
|
case VEX_SPAWN_EGG:
|
||||||
case VILLAGER_SPAWN_EGG:
|
case VILLAGER_SPAWN_EGG:
|
||||||
|
|
Loading…
Reference in a new issue