Package devs.beer.nativepackets.api
Interface DebugBlockValuePacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a structured block debug update.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
x
int x() -
y
int y() -
z
int z() -
update
NativeValue update() -
position
void position(int x, int y, int z) -
update
-