Package devs.beer.nativepackets.api
Interface DebugEntityValuePacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a structured entity debug update.
-
Method Summary
Modifier and TypeMethodDescriptionintentityId()voidentityId(int value) update()voidupdate(NativeValue value) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
entityId
int entityId() -
update
NativeValue update() -
entityId
void entityId(int value) -
update
-