Package devs.beer.nativepackets.api
Interface SetSlotPacketView
- All Superinterfaces:
PacketView
Zero-copy copy-on-write view of a clientbound slot update.
-
Method Summary
Modifier and TypeMethodDescriptionintitem()voiditem(NativeValue item) intslot()intstateId()Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
containerId
int containerId() -
stateId
int stateId() -
slot
int slot() -
item
NativeValue item() -
item
-