public class TileEntity extends AbstractNBTItem
Modifier | Constructor and Description |
---|---|
protected |
TileEntity(org.jnbt.CompoundTag tag) |
|
TileEntity(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static TileEntity |
fromNBT(org.jnbt.CompoundTag tileEntityTag) |
java.lang.String |
getId() |
int |
getX() |
int |
getY() |
int |
getZ() |
void |
setX(int x) |
void |
setY(int y) |
void |
setZ(int z) |
clone, containsTag, containsTag, containsType, forEachTag, getAllTags, getAllTags, getBoolean, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getByte, getByteArray, getByteArray, getDouble, getDouble, getDouble, getDouble, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatList, getFloatList, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getList, getList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getMap, getMap, getShort, getShort, getShort, getShort, getString, getString, getString, getString, getTag, getTag, removeTag, removeTag, setBoolean, setBoolean, setByte, setByte, setByteArray, setByteArray, setDouble, setDouble, setDoubleList, setDoubleList, setFloat, setFloat, setFloatList, setFloatList, setInt, setInt, setIntArray, setIntArray, setList, setList, setLong, setLong, setLongArray, setLongArray, setMap, setMap, setShort, setShort, setString, setString, setTag, setTag, toMultipleNBT, toNBT, toString
public TileEntity(java.lang.String id)
protected TileEntity(org.jnbt.CompoundTag tag)
public java.lang.String getId()
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getZ()
public void setZ(int z)
public static TileEntity fromNBT(org.jnbt.CompoundTag tileEntityTag)