Implement Skull BlockState. Adds BUKKIT-3259

This commit is contained in:
meiskam
2012-12-21 18:44:56 -05:00
committed by feildmaster
parent 39e2af7bd1
commit fdb4b2d911
3 changed files with 203 additions and 0 deletions

View File

@@ -44,6 +44,12 @@ public class TileEntitySkull extends TileEntity {
this.b = i;
}
// CraftBukkit start
public int getRotation() {
return this.b;
}
// CraftBukkit end
public String getExtraType() {
return this.c;
}