mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-19 05:31:32 +01:00
Added new entities to CreatureType ENUM.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
3b756e3464
commit
ee9246ebae
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ public enum CreatureType {
|
||||||
SPIDER("Spider"),
|
SPIDER("Spider"),
|
||||||
SQUID("Squid"),
|
SQUID("Squid"),
|
||||||
ZOMBIE("Zombie"),
|
ZOMBIE("Zombie"),
|
||||||
WOLF("Wolf");
|
WOLF("Wolf"),
|
||||||
|
CAVE_SPIDER("CaveSpider"),
|
||||||
|
ENDERMAN("Enderman"),
|
||||||
|
SILVERFISH("Silverfish");
|
||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue