Package devs.beer.nativepackets.api
Interface InteractEntityPacketView
- All Superinterfaces:
PacketView
Read-only, allocation-minimal view of a serverbound entity interaction.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
entityId
int entityId() -
action
EntityInteractionAction action() -
hand
-
usingSecondaryAction
boolean usingSecondaryAction() -
hasInteractionPoint
boolean hasInteractionPoint() -
interactionX
double interactionX() -
interactionY
double interactionY() -
interactionZ
double interactionZ()
-