Package devs.beer.nativepackets.api
Interface UpdateAttributesPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound entity-attributes packet.
-
Method Summary
Modifier and TypeMethodDescriptionattribute(int index) intvoidattributes(NativeValue attributes) Replaces the native snapshot list after one defensive list copy.intentityId()voidentityId(int entityId) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
entityId
int entityId() -
attributeCount
int attributeCount() -
attribute
-
entityId
void entityId(int entityId) -
attributes
Replaces the native snapshot list after one defensive list copy.
-