Interface HeldSlotPacketView

All Superinterfaces:
PacketView

public interface HeldSlotPacketView extends PacketView
Lazy copy-on-write view of a clientbound held-slot packet.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    slot(int slot)
     

    Methods inherited from interface devs.beer.nativepackets.api.PacketView

    isModified, nativeHandle, type
  • Method Details

    • slot

      int slot()
    • slot

      void slot(int slot)