Classify ILLUSIONER and PARROT
This commit is contained in:
parent
a1ec8ce439
commit
9ed9ad4f82
@ -201,7 +201,8 @@ public class EnumerationUtil
|
|||||||
"WITHER", // Minecraft 1.?
|
"WITHER", // Minecraft 1.?
|
||||||
"WITHER_SKELETON", // Minecraft 1.11
|
"WITHER_SKELETON", // Minecraft 1.11
|
||||||
"ZOMBIE", // Minecraft 1.?
|
"ZOMBIE", // Minecraft 1.?
|
||||||
"ZOMBIE_VILLAGER" // Minecraft 1.11
|
"ZOMBIE_VILLAGER", // Minecraft 1.11
|
||||||
|
"ILLUSIONER" // Minecraft 1.12
|
||||||
);
|
);
|
||||||
|
|
||||||
public static boolean isEntityTypeMonster(EntityType entityType)
|
public static boolean isEntityTypeMonster(EntityType entityType)
|
||||||
@ -229,7 +230,8 @@ public class EnumerationUtil
|
|||||||
"SKELETON_HORSE", // Minecraft 1.11
|
"SKELETON_HORSE", // Minecraft 1.11
|
||||||
"SQUID", // Minecraft 1.?
|
"SQUID", // Minecraft 1.?
|
||||||
"WOLF", // Minecraft 1.?
|
"WOLF", // Minecraft 1.?
|
||||||
"ZOMBIE_HORSE" // Minecraft 1.11
|
"ZOMBIE_HORSE", // Minecraft 1.11
|
||||||
|
"PARROT" // Minecraft 1.12
|
||||||
);
|
);
|
||||||
|
|
||||||
public static boolean isEntityTypeAnimal(EntityType entityType)
|
public static boolean isEntityTypeAnimal(EntityType entityType)
|
||||||
|
Loading…
Reference in New Issue
Block a user