java.lang.Object
com.github.retrooper.packetevents.protocol.world.chunk.TileEntity

public class TileEntity extends Object
  • Constructor Details

    • TileEntity

      public TileEntity(NBTCompound data)
    • TileEntity

      public TileEntity(byte packedByte, short y, int type, NBTCompound data)
  • 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

      public NBTCompound getNBT()