mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Add CreatureType.GIANT
This commit is contained in:
parent
5141b7fe10
commit
adfeb9c819
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ public enum CreatureType {
|
|||
COW("Cow"),
|
||||
CREEPER("Creeper"),
|
||||
GHAST("Ghast"),
|
||||
GIANT("Giant"),
|
||||
PIG("Pig"),
|
||||
PIG_ZOMBIE("PigZombie"),
|
||||
SHEEP("Sheep"),
|
||||
|
|
Loading…
Add table
Reference in a new issue