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