Class TileEntity
java.lang.Object
com.github.retrooper.packetevents.protocol.world.chunk.TileEntity
-
Constructor Summary
ConstructorDescriptionTileEntity
(byte packedByte, short y, int type, NBTCompound data) TileEntity
(NBTCompound data) -
Method Summary
-
Constructor Details
-
TileEntity
-
TileEntity
-
-
Method Details
-
getX
public int getX() -
getZ
public int getZ() -
getY
public int getY() -
setX
public void setX(int x) -
setY
public void setY(int y) -
setZ
public void setZ(int z) -
getType
public int getType() -
getPackedByte
public byte getPackedByte() -
getYShort
public short getYShort() -
getNBT
-