public static class PacketStatusOutServerInfo.PlayerList extends java.lang.Object implements WrappedData
| Modifier and Type | Field and Description |
|---|---|
int |
max |
int |
online |
java.util.ArrayList<GameProfile> |
sample |
| Constructor and Description |
|---|
PlayerList() |
PlayerList(java.lang.Object nms) |
| Modifier and Type | Method and Description |
|---|---|
PacketStatusOutServerInfo.PlayerList |
clone() |
java.lang.Object |
toNMS() |
public int max
public int online
public java.util.ArrayList<GameProfile> sample
public PlayerList()
public PlayerList(java.lang.Object nms)
public PacketStatusOutServerInfo.PlayerList clone()
clone in class java.lang.Objectpublic java.lang.Object toNMS()
toNMS in interface WrappedData