public class ServerPlayerListEntryPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerPlayerListEntryPacket(PlayerListEntryAction action,
PlayerListEntry[] entries) |
| Modifier and Type | Method and Description |
|---|---|
PlayerListEntryAction |
getAction() |
PlayerListEntry[] |
getEntries() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerPlayerListEntryPacket(PlayerListEntryAction action, PlayerListEntry[] entries)
public PlayerListEntryAction getAction()
public PlayerListEntry[] getEntries()
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.