net.minecraft.client.multiplayer

public class PlayerInfo

elp
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 int
h
lastHealth
field_3738
lastHealth
f_105305_
private int
i
displayHealth
field_3736
health
f_105306_
private long
j
lastHealthTime
field_3737
lastHealthTime
f_105307_
private long
k
healthBlinkTime
field_3747
blinkingHeartTime
f_105308_
private long
l
renderVisibilityId
field_3746
showTime
f_105309_

Constructor summary

ModifierConstructor
public (ClientboundPlayerInfoPacket$PlayerUpdate playerListPacketEntry)

Method summary

Modifier and TypeMethod
public com.mojang.authlib.GameProfile
a()
getProfile()
method_2966()
getProfile()
m_105312_()
public GameType
b()
getGameMode()
method_2958()
getGameMode()
m_105325_()
protected void
a(caa arg0)
setGameMode(GameType arg0)
method_2963(class_1934 arg0)
setGameMode(GameMode gameMode)
m_105317_(C_1593_ arg0)
public int
c()
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
d()
isCapeLoaded()
method_35757()
hasCape()
m_171808_()
public boolean
e()
isSkinLoaded()
method_2967()
hasSkinTexture()
m_105335_()
public String
f()
getModelName()
method_2977()
getModel()
m_105336_()
public ResourceLocation
g()
getSkinLocation()
method_2968()
getSkinTexture()
m_105337_()
public ResourceLocation
h()
getCapeLocation()
method_2979()
getCapeTexture()
m_105338_()
public ResourceLocation
i()
getElytraLocation()
method_2957()
getElytraTexture()
m_105339_()
public PlayerTeam
j()
getTeam()
method_2955()
getScoreboardTeam()
m_105340_()
protected void
k()
registerTextures()
method_2969()
loadTextures()
m_105341_()
public void
a(pz arg0)
setTabListDisplayName(Component arg0)
method_2962(class_2561 arg0)
setDisplayName(Text displayName)
m_105323_(C_4996_ arg0)
public Component
l()
getTabListDisplayName()
method_2971()
getDisplayName()
m_105342_()
public int
m()
getLastHealth()
method_2973()
getLastHealth()
m_105343_()
public void
b(int arg0)
setLastHealth(int arg0)
method_2972(int arg0)
setLastHealth(int lastHealth)
m_105326_(int arg0)
public int
n()
getDisplayHealth()
method_2960()
getHealth()
m_105344_()
public void
c(int arg0)
setDisplayHealth(int arg0)
method_2965(int arg0)
setHealth(int health)
m_105331_(int arg0)
public long
o()
getLastHealthTime()
method_2974()
getLastHealthTime()
m_105345_()
public void
a(long arg0)
setLastHealthTime(long arg0)
method_2978(long arg0)
setLastHealthTime(long lastHealthTime)
m_105315_(long arg0)
public long
p()
getHealthBlinkTime()
method_2961()
getBlinkingHeartTime()
m_105346_()
public void
b(long arg0)
setHealthBlinkTime(long arg0)
method_2975(long arg0)
setBlinkingHeartTime(long blinkingHeartTime)
m_105328_(long arg0)
public long
q()
getRenderVisibilityId()
method_2976()
getShowTime()
m_105347_()
public void
c(long arg0)
setRenderVisibilityId(long arg0)
method_2964(long arg0)
setShowTime(long showTime)
m_105333_(long arg0)