Package devs.beer.nativepackets.api
Interface ContainerClickPacketView
- All Superinterfaces:
PacketView
Serverbound container click.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
containerId
int containerId() -
stateId
int stateId() -
slot
int slot() -
button
int button() -
action
ContainerClickAction action() -
carriedItem
NativeValue carriedItem() -
changedSlots
NativeValue changedSlots()
-