public class ServerEntityCollectItemPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerEntityCollectItemPacket(int collectedEntityId,
int collectorEntityId,
int itemCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCollectedEntityId() |
int |
getCollectorEntityId() |
int |
getItemCount() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerEntityCollectItemPacket(int collectedEntityId,
int collectorEntityId,
int itemCount)
public int getCollectedEntityId()
public int getCollectorEntityId()
public int getItemCount()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.