mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Added new entities to CreatureType ENUM.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user