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(PlayerListS2CPacket playerListS2CPacket,
com.mojang.authlib.GameProfile gameProfile,
int int2,
GameMode gameMode,
Text text) |
| Modifier and Type | Method and Description |
|---|---|
Text |
getDisplayName() |
GameMode |
getGameMode() |
int |
getLatency() |
com.mojang.authlib.GameProfile |
getProfile() |
String |
toString() |
private final int latency
private final GameMode gameMode
private final com.mojang.authlib.GameProfile profile
private final Text displayName
public Entry(PlayerListS2CPacket playerListS2CPacket, com.mojang.authlib.GameProfile gameProfile, int int2, @Nullable GameMode gameMode, @Nullable Text text)