Package devs.beer.nativepackets.api
Interface ContainerClosePacketView
- All Superinterfaces:
PacketView
Copy-on-write view of a serverbound container close.
-
Method Summary
Modifier and TypeMethodDescriptionintvoidcontainerId(int containerId) Changes the target container id, from0through127.Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
containerId
int containerId() -
containerId
void containerId(int containerId) Changes the target container id, from0through127.
-