Initial work for custom disguises

This commit is contained in:
libraryaddict
2020-04-13 21:14:04 +12:00
parent 80cf5cef27
commit 3c40a27c8f
8 changed files with 74 additions and 14 deletions

View File

@@ -14,6 +14,8 @@ public class DisguiseTypesTest {
for (EntityType entityType : EntityType.values()) {
if (entityType == EntityType.LIGHTNING) {
continue;
} else if (entityType == EntityType.UNKNOWN) {
continue;
}
DisguiseType disguiseType = DisguiseType.getType(entityType);