net.minecraft.network.protocol.game

public record ClientboundPlayerInfoUpdatePacket$Entry

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

Field summary

Modifier and TypeField
private final UUID
a
profileId
comp_1106
profileId
private final com.mojang.authlib.GameProfile
b
profile
comp_1107
profile
private final boolean
c
listed
comp_1108
listed
private final int
d
latency
comp_1109
latency
private final GameType
e
gameMode
comp_1110
gameMode
private final Component
f
displayName
comp_1111
displayName
final int
g
listOrder
comp_2889
listOrder
final RemoteChatSession$Data
h
chatSession
comp_1112
chatSession

Constructor summary

ModifierConstructor
(ServerPlayer player)
public (UUID arg0, com.mojang.authlib.GameProfile arg1, boolean arg2, int arg3, GameType arg4, Component arg5, int arg6, RemoteChatSession$Data arg7)

Method summary

Modifier and TypeMethod
public UUID
a()
profileId()
comp_1106()
profileId()
public com.mojang.authlib.GameProfile
b()
profile()
comp_1107()
profile()
public boolean
c()
listed()
comp_1108()
listed()
public int
d()
latency()
comp_1109()
latency()
public GameType
e()
gameMode()
comp_1110()
gameMode()
public Component
f()
displayName()
comp_1111()
displayName()
public int
g()
listOrder()
comp_2889()
listOrder()
public RemoteChatSession$Data
h()
chatSession()
comp_1112()
chatSession()