Package devs.beer.nativepackets.api
Interface BlockUpdatePacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of one clientbound block update.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
position
NativeValue position()- Returns:
- borrowed native block-position handle
-
blockState
NativeValue blockState()- Returns:
- borrowed native block-state handle
-
blockState
- Parameters:
blockState- exact-adapter native block-state handle
-