Class InventorySlotPacket

All Implemented Interfaces:
Cloneable

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

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • inventoryId

      public int inventoryId
    • slot

      public int slot
    • item

      public Item item
  • Constructor Details

    • InventorySlotPacket

      public InventorySlotPacket()
  • Method Details