net.minecraft.network.protocol.game

public record ClientboundPlayerInfoUpdatePacket$Entry

aeq$b
net.minecraft.network.protocol.game.ClientboundPlayerInfoUpdatePacket$Entry
net.minecraft.class_2703$class_2705

Field summary

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

Constructor summary

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

Method summary

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