Package devs.beer.nativepackets.api
Interface TakeItemEntityPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound collected-item packet.
-
Method Summary
Modifier and TypeMethodDescriptionintamount()voidamount(int amount) intvoidcollectedEntityId(int entityId) intvoidcollectorEntityId(int entityId) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
collectedEntityId
int collectedEntityId() -
collectorEntityId
int collectorEntityId() -
amount
int amount() -
collectedEntityId
void collectedEntityId(int entityId) -
collectorEntityId
void collectorEntityId(int entityId) -
amount
void amount(int amount)
-