net.minecraft.client.multiplayer

public class PlayerInfo

eze
net.minecraft.client.multiplayer.PlayerInfo
net.minecraft.class_640
net.minecraft.client.network.PlayerListEntry
net.minecraft.src.C_3906_

Field summary

Modifier and TypeField
private final com.mojang.authlib.GameProfile
a
profile
field_3741
profile
f_105298_
private final Map<com.mojang.authlib.minecraft.MinecraftProfileTexture$Type, ResourceLocation>
b
textureLocations
field_3742
textures
f_105299_
private GameType
c
gameMode
field_3744
gameMode
f_105300_
private int
d
latency
field_3739
latency
f_105301_
private boolean
e
pendingTextures
field_3740
texturesLoaded
f_105302_
private String
f
skinModel
field_3745
model
f_105303_
private Component
g
tabListDisplayName
field_3743
displayName
f_105304_
private RemoteChatSession
h
chatSession
field_40495
session
f_244238_
private SignedMessageValidator
i
messageValidator
field_39809
messageVerifier
f_240895_

Constructor summary

ModifierConstructor
public (com.mojang.authlib.GameProfile profile, boolean secureChatEnforced)

Method summary

Modifier and TypeMethod
public com.mojang.authlib.GameProfile
a()
getProfile()
method_2966()
getProfile()
m_105312_()
public RemoteChatSession
b()
getChatSession()
method_45741()
getSession()
m_247593_()
public SignedMessageValidator
c()
getMessageValidator()
method_44817()
getMessageVerifier()
m_241043_()
public boolean
d()
hasVerifiableChat()
method_45742()
hasPublicKey()
m_247101_()
protected void
a(ti arg0)
setChatSession(RemoteChatSession arg0)
method_45740(class_7822 arg0)
setSession(PublicPlayerSession session)
m_246479_(C_243633_ arg0)
protected void
a(boolean arg0)
clearChatSession(boolean arg0)
method_46530(boolean arg0)
resetSession(boolean secureChatEnforced)
m_253204_(boolean arg0)
private static SignedMessageValidator
b(boolean arg0)
fallbackMessageValidator(boolean arg0)
method_46531(boolean arg0)
getInitialVerifier(boolean secureChatEnforced)
m_253000_(boolean p_254311_)
public GameType
e()
getGameMode()
method_2958()
getGameMode()
m_105325_()
protected void
a(cjt arg0)
setGameMode(GameType arg0)
method_2963(class_1934 arg0)
setGameMode(GameMode gameMode)
m_105317_(C_1593_ arg0)
public int
f()
getLatency()
method_2959()
getLatency()
m_105330_()
protected void
a(int arg0)
setLatency(int arg0)
method_2970(int arg0)
setLatency(int latency)
m_105313_(int arg0)
public boolean
g()
isCapeLoaded()
method_35757()
hasCape()
m_171808_()
public boolean
h()
isSkinLoaded()
method_2967()
hasSkinTexture()
m_105335_()
public String
i()
getModelName()
method_2977()
getModel()
m_105336_()
public ResourceLocation
j()
getSkinLocation()
method_2968()
getSkinTexture()
m_105337_()
public ResourceLocation
k()
getCapeLocation()
method_2979()
getCapeTexture()
m_105338_()
public ResourceLocation
l()
getElytraLocation()
method_2957()
getElytraTexture()
m_105339_()
public PlayerTeam
m()
getTeam()
method_2955()
getScoreboardTeam()
m_105340_()
protected void
n()
registerTextures()
method_2969()
loadTextures()
m_105341_()
public void
a(ss arg0)
setTabListDisplayName(Component arg0)
method_2962(class_2561 arg0)
setDisplayName(Text displayName)
m_105323_(C_4996_ arg0)
public Component
o()
getTabListDisplayName()
method_2971()
getDisplayName()
m_105342_()