Package devs.beer.nativepackets.api
Interface TestInstanceActionPacketView
- All Superinterfaces:
PacketView
Serverbound test-instance block action.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
blockX
int blockX() -
blockY
int blockY() -
blockZ
int blockZ() -
action
TestInstanceAction action() -
data
NativeValue data()
-