Package devs.beer.nativepackets.api
Interface UseItemPacketView
- All Superinterfaces:
PacketView
Zero-copy view of a serverbound use-item packet.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
hand
InteractionHand hand() -
sequence
int sequence() -
hasRotation
boolean hasRotation() -
yaw
float yaw() -
pitch
float pitch()
-