net.minecraft.client.network

public class PlayerInfo

dhm
net.minecraft.class_640
net.minecraft.client.network.PlayerInfo
net.minecraft.client.network.play.NetworkPlayerInfo
net.minecraft.client.network.play.NetworkPlayerInfo

Field summary

Modifier and TypeField
private final GameProfile
a
field_3741
profile
field_178867_a
field_178867_a
private final Map<MinecraftProfileTexture$Type, Identifier>
b
field_3742
TEXTURE_TYPES
field_187107_a
field_187107_a
private GameMode
c
field_3744
gameMode
field_178866_b
field_178866_b
private int
d
field_3739
ping
field_78829_b
field_78829_b
private boolean
e
field_3740
waitingForTextures
field_178864_d
field_178864_d
private String
f
field_3745
modelType
field_178863_g
field_178863_g
private Text
g
field_3743
displayName
field_178872_h
field_178872_h
private int
h
field_3738
lastHealth
field_178873_i
field_178873_i
private int
i
field_3736
health
field_178870_j
field_178870_j
private long
j
field_3737
lastHealthUpdateTime
field_178871_k
field_178871_k
private long
k
field_3747
lastHealthAnimationTime
field_178868_l
field_178868_l
private long
l
field_3746
renderVisibility
field_178869_m
field_178869_m

Constructor summary

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

Method summary

Modifier and TypeMethod
public GameProfile
a()
method_2966()
getProfile()
func_178845_a()
getGameProfile()
public GameMode
b()
method_2958()
getGameMode()
func_178848_b()
getGameType()
protected void
a(bhe arg0)
method_2963(class_1934 arg0)
setGameMode(GameMode gameMode)
func_178839_a(GameType arg0)
setGameType(GameType gameMode)
public int
c()
method_2959()
getPing()
func_178853_c()
getResponseTime()
protected void
a(int arg0)
method_2970(int arg0)
setPing(int ping)
func_178838_a(int arg0)
setResponseTime(int latency)
public boolean
e()
method_2967()
hasSkinTexture()
func_178856_e()
hasLocationSkin()
public String
f()
method_2977()
getModelType()
func_178851_f()
getSkinType()
public Identifier
g()
method_2968()
getSkinTexture()
func_178837_g()
getLocationSkin()
public Identifier
h()
method_2979()
getCapeTexture()
func_178861_h()
getLocationCape()
public Identifier
i()
method_2957()
getElytraTexture()
func_187106_i()
getLocationElytra()
public Team
j()
method_2955()
getTeam()
func_178850_i()
getPlayerTeam()
protected void
k()
method_2969()
registerTextures()
func_178841_j()
loadPlayerTextures()
public void
a(jm arg0)
method_2962(class_2561 arg0)
setDisplayName(Text displayName)
func_178859_a(ITextComponent arg0)
setDisplayName(ITextComponent displayNameIn)
public Text
l()
method_2971()
getDisplayName()
func_178854_k()
getDisplayName()
public int
m()
method_2973()
getLastHealth()
func_178835_l()
getLastHealth()
public void
b(int arg0)
method_2972(int arg0)
setLastHealth(int health)
func_178836_b(int arg0)
setLastHealth(int arg0)
public int
n()
method_2960()
getHealth()
func_178860_m()
getDisplayHealth()
public void
c(int arg0)
method_2965(int arg0)
setHealth(int health)
func_178857_c(int arg0)
setDisplayHealth(int arg0)
public long
o()
method_2974()
getLastHealthUpdateTime()
func_178847_n()
getLastHealthTime()
public void
a(long arg0)
method_2978(long arg0)
setLastHealthUpdateTime(long time)
func_178846_a(long arg0)
setLastHealthTime(long arg0)
public long
p()
method_2961()
getLastHealthAnimationTime()
func_178858_o()
getHealthBlinkTime()
public void
b(long arg0)
method_2975(long arg0)
setLastHealthAnimationTime(long time)
func_178844_b(long arg0)
setHealthBlinkTime(long arg0)
public long
q()
method_2976()
getRenderVisibility()
func_178855_p()
getRenderVisibilityId()
public void
c(long arg0)
method_2964(long arg0)
setRenderVisibility(long visibility)
func_178843_c(long arg0)
setRenderVisibilityId(long arg0)