public class PlayerListS2CPacket.Entry extends Object
Modifier and Type | Field and Description |
---|---|
private Text |
displayName |
private GameMode |
gameMode |
private int |
latency |
private com.mojang.authlib.GameProfile |
profile |
Constructor and Description |
---|
Entry(com.mojang.authlib.GameProfile profile,
int latency,
GameMode gameMode,
Text displayName) |
Modifier and Type | Method and Description |
---|---|
Text |
getDisplayName() |
GameMode |
getGameMode() |
int |
getLatency() |
com.mojang.authlib.GameProfile |
getProfile() |
String |
toString() |