Package devs.beer.nativepackets.api
Interface BlockEntityDataPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of clientbound block-entity data.
-
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
-
blockEntityType
NativeValue blockEntityType()- Returns:
- borrowed native block-entity-type handle
-
tag
NativeValue tag()- Returns:
- borrowed native compound-tag handle
-
tag
- Parameters:
tag- exact-adapter native compound-tag handle
-