Package net.minecraft.client.network
Class NetworkPlayerInfo
- java.lang.Object
-
- net.minecraft.client.network.NetworkPlayerInfo
-
public class NetworkPlayerInfo extends java.lang.Object
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Constructor Summary
Constructors Constructor Description NetworkPlayerInfo(GameProfile parGameProfile)
NetworkPlayerInfo(S38PacketPlayerListItem.AddPlayerData parAddPlayerData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
func_178835_l()
void
func_178836_b(int parInt1)
void
func_178843_c(long parLong1)
void
func_178844_b(long parLong1)
void
func_178846_a(long parLong1)
long
func_178847_n()
long
func_178855_p()
void
func_178857_c(int parInt1)
long
func_178858_o()
int
func_178860_m()
IChatComponent
getDisplayName()
GameProfile
getGameProfile()
+ Returns the GameProfile for the player represented by this NetworkPlayerInfo instanceWorldSettings.GameType
getGameType()
ResourceLocation
getLocationCape()
ResourceLocation
getLocationSkin()
ScorePlayerTeam
getPlayerTeam()
int
getResponseTime()
java.lang.String
getSkinType()
boolean
hasLocationSkin()
void
setDisplayName(IChatComponent displayNameIn)
protected void
setGameType(WorldSettings.GameType parGameType)
protected void
setResponseTime(int parInt1)
-
-
-
Constructor Detail
-
NetworkPlayerInfo
public NetworkPlayerInfo(GameProfile parGameProfile)
-
NetworkPlayerInfo
public NetworkPlayerInfo(S38PacketPlayerListItem.AddPlayerData parAddPlayerData)
-
-
Method Detail
-
getGameProfile
public GameProfile getGameProfile()
+ Returns the GameProfile for the player represented by this NetworkPlayerInfo instance
-
getGameType
public WorldSettings.GameType getGameType()
-
getResponseTime
public int getResponseTime()
-
setGameType
protected void setGameType(WorldSettings.GameType parGameType)
-
setResponseTime
protected void setResponseTime(int parInt1)
-
hasLocationSkin
public boolean hasLocationSkin()
-
getSkinType
public java.lang.String getSkinType()
-
getLocationSkin
public ResourceLocation getLocationSkin()
-
getLocationCape
public ResourceLocation getLocationCape()
-
getPlayerTeam
public ScorePlayerTeam getPlayerTeam()
-
setDisplayName
public void setDisplayName(IChatComponent displayNameIn)
-
getDisplayName
public IChatComponent getDisplayName()
-
func_178835_l
public int func_178835_l()
-
func_178836_b
public void func_178836_b(int parInt1)
-
func_178860_m
public int func_178860_m()
-
func_178857_c
public void func_178857_c(int parInt1)
-
func_178847_n
public long func_178847_n()
-
func_178846_a
public void func_178846_a(long parLong1)
-
func_178858_o
public long func_178858_o()
-
func_178844_b
public void func_178844_b(long parLong1)
-
func_178855_p
public long func_178855_p()
-
func_178843_c
public void func_178843_c(long parLong1)
-
-