Classify ILLUSIONER and PARROT

This commit is contained in:
Olof Larsson 2017-07-18 14:04:17 +02:00
parent a1ec8ce439
commit 9ed9ad4f82
1 changed files with 4 additions and 2 deletions

View File

@ -201,7 +201,8 @@ public class EnumerationUtil
"WITHER", // Minecraft 1.?
"WITHER_SKELETON", // Minecraft 1.11
"ZOMBIE", // Minecraft 1.?
"ZOMBIE_VILLAGER" // Minecraft 1.11
"ZOMBIE_VILLAGER", // Minecraft 1.11
"ILLUSIONER" // Minecraft 1.12
);
public static boolean isEntityTypeMonster(EntityType entityType)
@ -229,7 +230,8 @@ public class EnumerationUtil
"SKELETON_HORSE", // Minecraft 1.11
"SQUID", // 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)