Interface PlayerInventoryPacketView

All Superinterfaces:
PacketView

public interface PlayerInventoryPacketView extends PacketView
Lazy copy-on-write view of one player-inventory slot.
  • Method Details

    • slot

      int slot()
    • item

      NativeItem item()
      Returns the borrowed item; valid only while this view is active.
    • slot

      void slot(int value)
    • item

      void item(NativeItem value)