net.minecraft.client.network

public class PlayerInfo

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

Field summary

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

Constructor summary

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

Method summary

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