Package devs.beer.nativepackets.api
Interface PlayerActionPacketView
- All Superinterfaces:
PacketView
Read-only primitive view of a serverbound player action.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
action
PlayerAction action() -
blockX
int blockX() -
blockY
int blockY() -
blockZ
int blockZ() -
sequence
int sequence()
-