net.minecraft.network.packet.s2c.play

public record PlayerListS2CPacket$Entry

net.minecraft.network.protocol.game.ClientboundPlayerInfoUpdatePacket$Entry
net.minecraft.class_2703$class_2705
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket$Entry

Field summary

Modifier and TypeField
private final UUID
profileId
comp_1106
profileId
private final com.mojang.authlib.GameProfile
profile
comp_1107
profile
private final boolean
listed
comp_1108
listed
private final int
latency
comp_1109
latency
private final GameMode
gameMode
comp_1110
gameMode
private final Text
displayName
comp_1111
displayName
private final boolean
showHat
comp_3324
showHat
private final int
listOrder
comp_2889
listOrder
private final PublicPlayerSession$Serialized
chatSession
comp_1112
chatSession

Constructor summary

ModifierConstructor
private (ServerPlayerEntity player)
public (UUID profileId, com.mojang.authlib.GameProfile profile, boolean listed, int latency, GameMode gameMode, Text displayName, boolean showHat, int listOrder, PublicPlayerSession$Serialized chatSession)

Method summary

Modifier and TypeMethod
public UUID
profileId()
comp_1106()
profileId()
public com.mojang.authlib.GameProfile
profile()
comp_1107()
profile()
public boolean
listed()
comp_1108()
listed()
public int
latency()
comp_1109()
latency()
public GameMode
gameMode()
comp_1110()
gameMode()
public Text
displayName()
comp_1111()
displayName()
public boolean
showHat()
comp_3324()
showHat()
public int
listOrder()
comp_2889()
listOrder()
public PublicPlayerSession$Serialized
chatSession()
comp_1112()
chatSession()