SPIGOT-1582: Add SkullType.DRAGON

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-03-02 06:52:48 +11:00
parent 5a9e245681
commit 27c9b5816e

View file

@ -8,5 +8,6 @@ public enum SkullType {
WITHER,
ZOMBIE,
PLAYER,
CREEPER;
CREEPER,
DRAGON;
}