public class ServerEntitySetPassengersPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerEntitySetPassengersPacket(int entityId,
int... passengerIds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
int[] |
getPassengerIds() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerEntitySetPassengersPacket(int entityId,
int... passengerIds)
public int getEntityId()
public int[] getPassengerIds()
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.