mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-1582: Add SkullType.DRAGON
This commit is contained in:
parent
fbfd8d55ba
commit
3d25f07885
1 changed files with 2 additions and 1 deletions
|
@ -8,5 +8,6 @@ public enum SkullType {
|
|||
WITHER,
|
||||
ZOMBIE,
|
||||
PLAYER,
|
||||
CREEPER;
|
||||
CREEPER,
|
||||
DRAGON;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue