Class ContainerOpenPacket

All Implemented Interfaces:
Cloneable

public class ContainerOpenPacket extends DataPacket
Author:
MagicDroidX (Nukkit Project)
  • Field Details

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • windowId

      public int windowId
    • type

      public int type
    • x

      public int x
    • y

      public int y
    • z

      public int z
    • entityId

      public long entityId
  • Constructor Details

    • ContainerOpenPacket

      public ContainerOpenPacket()
  • Method Details