net.minecraft.client.multiplayer

public class PlayerInfo

gfw
net.minecraft.client.multiplayer.PlayerInfo
net.minecraft.class_640
net.minecraft.client.network.PlayerListEntry

Field summary

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

Constructor summary

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

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)
texturesSupplier(com.mojang.authlib.GameProfile profile)
public com.mojang.authlib.GameProfile
a()
getProfile()
method_2966()
getProfile()
public RemoteChatSession
b()
getChatSession()
method_45741()
getSession()
public SignedMessageValidator
c()
getMessageValidator()
method_44817()
getMessageVerifier()
public boolean
d()
hasVerifiableChat()
method_45742()
hasPublicKey()
protected void
a(ym arg0)
setChatSession(RemoteChatSession arg0)
method_45740(class_7822 arg0)
setSession(PublicPlayerSession session)
protected void
a(boolean arg0)
clearChatSession(boolean arg0)
method_46530(boolean arg0)
resetSession(boolean secureChatEnforced)
private static SignedMessageValidator
b(boolean arg0)
fallbackMessageValidator(boolean arg0)
method_46531(boolean arg0)
getInitialVerifier(boolean secureChatEnforced)
public GameType
e()
getGameMode()
method_2958()
getGameMode()
protected void
a(dhf arg0)
setGameMode(GameType arg0)
method_2963(class_1934 arg0)
setGameMode(GameMode gameMode)
public int
f()
getLatency()
method_2959()
getLatency()
protected void
a(int arg0)
setLatency(int arg0)
method_2970(int arg0)
setLatency(int latency)
public PlayerSkin
g()
getSkin()
method_52810()
getSkinTextures()
public PlayerTeam
h()
getTeam()
method_2955()
getScoreboardTeam()
public void
a(xv arg0)
setTabListDisplayName(Component arg0)
method_2962(class_2561 arg0)
setDisplayName(Text displayName)
public Component
i()
getTabListDisplayName()
method_2971()
getDisplayName()
public void
b(int arg0)
setTabListOrder(int arg0)
method_62153(int arg0)
setListOrder(int listOrder)
public int
j()
getTabListOrder()
method_62154()
getListOrder()