Package devs.beer.nativepackets.api
Interface ContainerDataPacketView
- All Superinterfaces:
PacketView
Copy-on-write view of a clientbound container property update.
-
Method Summary
Modifier and TypeMethodDescriptionintvoidcontainerId(int containerId) intvoidpropertyId(int propertyId) intvalue()voidvalue(int value) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
containerId
int containerId() -
propertyId
int propertyId() -
value
int value() -
containerId
void containerId(int containerId) -
propertyId
void propertyId(int propertyId) -
value
void value(int value)
-