net.minecraft.client.network

public class PlayerInfo

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

Field summary

Modifier and TypeField
private final GameProfile
a
field_10594
profile
gameProfile
private WorldSettings$GameMode
b
field_10595
gameMode
gameType
private int
c
field_10596
ping
responseTime
private boolean
d
field_10597
waitingForTextures
playerTexturesLoaded
private Identifier
e
field_10598
skinTexture
locationSkin
private Identifier
f
field_10599
capeTexture
locationCape
private String
g
field_10600
modelType
skinType
private Text
h
field_10601
displayName
displayName
private int
i
field_10602
lastHealth
field_178873_i
private int
j
field_10603
health
field_178870_j
private long
k
field_10604
lastHealthUpdateTime
field_178871_k
private long
l
field_10605
lastHealthAnimationTime
field_178868_l
private long
m
field_10606
renderVisibility
field_178869_m

Constructor summary

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

Method summary

Modifier and TypeMethod
public GameProfile
a()
method_9671()
getProfile()
getGameProfile()
public WorldSettings$GameMode
b()
method_9679()
getGameMode()
getGameType()
public int
c()
method_9683()
getPing()
getResponseTime()
protected void
a(adp$a arg0)
method_9674(class_1156$class_1157 arg0)
setGameMode(WorldSettings$GameMode gameMode)
setGameType(WorldSettings$GameType arg0)
protected void
a(int arg0)
method_9672(int arg0)
setPing(int ping)
setResponseTime(int arg0)
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 Team
i()
method_9690()
getTeam()
getPlayerTeam()
protected void
j()
method_9691()
registerTextures()
loadPlayerTextures()
public void
a(eu arg0)
method_9678(class_1982 arg0)
setDisplayName(Text displayName)
setDisplayName(IChatComponent displayNameIn)
public Text
k()
method_9692()
getDisplayName()
getDisplayName()
public int
l()
method_9693()
getLastHealth()
func_178835_l()
public void
b(int arg0)
method_9680(int arg0)
setLastHealth(int health)
func_178836_b(int arg0)
public int
m()
method_9694()
getHealth()
func_178860_m()
public void
c(int arg0)
method_9684(int arg0)
setHealth(int health)
func_178857_c(int arg0)
public long
n()
method_9695()
getLastHealthUpdateTime()
func_178847_n()
public void
a(long arg0)
method_9673(long arg0)
setLastHealthUpdateTime(long time)
func_178846_a(long arg0)
public long
o()
method_9696()
getLastHealthAnimationTime()
func_178858_o()
public void
b(long arg0)
method_9681(long arg0)
setLastHealthAnimationTime(long time)
func_178844_b(long arg0)
public long
p()
method_9697()
getRenderVisibility()
func_178855_p()
public void
c(long arg0)
method_9685(long arg0)
setRenderVisibility(long visibility)
func_178843_c(long arg0)