Class PlayerListS2CPacket.Entry
java.lang.Object
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Entry
- Enclosing class:
- PlayerListS2CPacket
public class PlayerListS2CPacket.Entry extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Text
getDisplayName()
GameMode
getGameMode()
int
getLatency()
com.mojang.authlib.GameProfile
getProfile()
String
toString()
-
Field Details
-
latency
private final int latency -
gameMode
-
profile
private final com.mojang.authlib.GameProfile profile -
displayName
-
-
Constructor Details
-
Entry
-
-
Method Details