mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
@@ -14,7 +14,8 @@ public enum MobType {
|
|||||||
SHEEP("Sheep"),
|
SHEEP("Sheep"),
|
||||||
SKELETON("Skeleton"),
|
SKELETON("Skeleton"),
|
||||||
SPIDER("Spider"),
|
SPIDER("Spider"),
|
||||||
ZOMBIE("Zombie");
|
ZOMBIE("Zombie"),
|
||||||
|
SQUID("Squid");
|
||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user