net.minecraft.client.network

public class PlayerInfo

blo
net.minecraft.class_2346
net.minecraft.client.network.PlayerInfo
net.minecraft.client.network.NetworkPlayerInfo

Field summary

Modifier and TypeField
private final GameProfile
b
field_10594
profile
gameProfile
Map<MinecraftProfileTexture$Type, Identifier>
a
field_13409
TEXTURE_TYPES
playerTextures
private GameMode
c
field_10595
gameMode
gameType
private int
d
field_10596
ping
responseTime
private boolean
e
field_10597
waitingForTextures
playerTexturesLoaded
private String
f
field_10600
modelType
skinType
private Text
g
field_10601
displayName
displayName
private int
h
field_10602
lastHealth
lastHealth
private int
i
field_10603
health
displayHealth
private long
j
field_10604
lastHealthUpdateTime
lastHealthTime
private long
k
field_10605
lastHealthAnimationTime
healthBlinkTime
private long
l
field_10606
renderVisibility
renderVisibilityId

Constructor summary

ModifierConstructor
public (GameProfile profile)
public (PlayerInfoS2CPacket$Entry entry)

Method summary

Modifier and TypeMethod
public GameProfile
a()
method_9671()
getProfile()
getGameProfile()
public GameMode
b()
method_9679()
getGameMode()
getGameType()
protected void
a(aib arg0)
method_9674(class_1157 arg0)
setGameMode(GameMode gameMode)
setGameType(GameType gameMode)
public int
c()
method_9683()
getPing()
getResponseTime()
protected void
a(int arg0)
method_9672(int arg0)
setPing(int ping)
setResponseTime(int latency)
public boolean
e()
method_9686()
hasSkinTexture()
hasLocationSkin()
public String
f()
method_9687()
getModelType()
getSkinType()
public Identifier
g()
method_9688()
getSkinTexture()
getLocationSkin()
public Identifier
h()
method_9689()
getCapeTexture()
getLocationCape()
public Identifier
i()
method_12240()
getElytraTexture()
getLocationElytra()
public Team
j()
method_9690()
getTeam()
getPlayerTeam()
protected void
k()
method_9691()
registerTextures()
loadPlayerTextures()
public void
a(ey arg0)
method_9678(class_1982 arg0)
setDisplayName(Text displayName)
setDisplayName(ITextComponent displayNameIn)
public Text
l()
method_9692()
getDisplayName()
getDisplayName()
public int
m()
method_9693()
getLastHealth()
getLastHealth()
public void
b(int arg0)
method_9680(int arg0)
setLastHealth(int health)
setLastHealth(int arg0)
public int
n()
method_9694()
getHealth()
getDisplayHealth()
public void
c(int arg0)
method_9684(int arg0)
setHealth(int health)
setDisplayHealth(int arg0)
public long
o()
method_9695()
getLastHealthUpdateTime()
getLastHealthTime()
public void
a(long arg0)
method_9673(long arg0)
setLastHealthUpdateTime(long time)
setLastHealthTime(long arg0)
public long
p()
method_9696()
getLastHealthAnimationTime()
getHealthBlinkTime()
public void
b(long arg0)
method_9681(long arg0)
setLastHealthAnimationTime(long time)
setHealthBlinkTime(long arg0)
public long
q()
method_9697()
getRenderVisibility()
getRenderVisibilityId()
public void
c(long arg0)
method_9685(long arg0)
setRenderVisibility(long visibility)
setRenderVisibilityId(long arg0)