Added new entities to CreatureType ENUM.

This commit is contained in:
EvilSeph
2011-09-16 06:07:41 -04:00
parent 70beef0993
commit c4a5521fa3

View File

@@ -19,7 +19,10 @@ public enum CreatureType {
SPIDER("Spider"),
SQUID("Squid"),
ZOMBIE("Zombie"),
WOLF("Wolf");
WOLF("Wolf"),
CAVE_SPIDER("CaveSpider"),
ENDERMAN("Enderman"),
SILVERFISH("Silverfish");
private String name;