net.minecraft.client.multiplayer

public class PlayerInfo

gpa
net.minecraft.client.multiplayer.PlayerInfo
net.minecraft.class_640

Field summary

Modifier and TypeField
private final com.mojang.authlib.GameProfile
a
profile
field_3741
private final Supplier<PlayerSkin>
b
skinLookup
field_45607
private GameType
c
gameMode
field_3744
private int
d
latency
field_3739
private Component
e
tabListDisplayName
field_3743
private boolean
f
showHat
field_55126
private RemoteChatSession
g
chatSession
field_40495
private SignedMessageValidator
h
messageValidator
field_39809
private int
i
tabListOrder
field_53033

Constructor summary

ModifierConstructor
public (com.mojang.authlib.GameProfile arg0, boolean arg1)

Method summary

Modifier and TypeMethod
private static Supplier<PlayerSkin>
a(com.mojang.authlib.GameProfile arg0)
createSkinLookup(com.mojang.authlib.GameProfile arg0)
method_52803(com.mojang.authlib.GameProfile arg0)
public com.mojang.authlib.GameProfile
a()
getProfile()
method_2966()
public RemoteChatSession
b()
getChatSession()
method_45741()
public SignedMessageValidator
c()
getMessageValidator()
method_44817()
public boolean
d()
hasVerifiableChat()
method_45742()
protected void
a(yb arg0)
setChatSession(RemoteChatSession arg0)
method_45740(class_7822 arg0)
protected void
a(boolean arg0)
clearChatSession(boolean arg0)
method_46530(boolean arg0)
private static SignedMessageValidator
c(boolean arg0)
fallbackMessageValidator(boolean arg0)
method_46531(boolean arg0)
public GameType
e()
getGameMode()
method_2958()
protected void
a(dkw arg0)
setGameMode(GameType arg0)
method_2963(class_1934 arg0)
public int
f()
getLatency()
method_2959()
protected void
a(int arg0)
setLatency(int arg0)
method_2970(int arg0)
public PlayerSkin
g()
getSkin()
method_52810()
public PlayerTeam
h()
getTeam()
method_2955()
public void
a(xk arg0)
setTabListDisplayName(Component arg0)
method_2962(class_2561 arg0)
public Component
i()
getTabListDisplayName()
method_2971()
public void
b(boolean arg0)
setShowHat(boolean arg0)
method_65194(boolean arg0)
public boolean
j()
showHat()
method_65195()
public void
b(int arg0)
setTabListOrder(int arg0)
method_62153(int arg0)
public int
k()
getTabListOrder()
method_62154()