Commits

md_5 authored 3d25f078858
SPIGOT-1582: Add SkullType.DRAGON
No tags

src/main/java/org/bukkit/SkullType.java

Modified
1 1 package org.bukkit;
2 2
3 3 /**
4 4 * Represents the different types of skulls.
5 5 */
6 6 public enum SkullType {
7 7 SKELETON,
8 8 WITHER,
9 9 ZOMBIE,
10 10 PLAYER,
11 - CREEPER;
11 + CREEPER,
12 + DRAGON;
12 13 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut