public class S38PacketPlayerListItem.AddPlayerData
extends java.lang.Object
| Constructor and Description |
|---|
AddPlayerData(GameProfile profile,
int pingIn,
WorldSettings.GameType gamemodeIn,
IChatComponent displayNameIn) |
| Modifier and Type | Method and Description |
|---|---|
IChatComponent |
getDisplayName() |
WorldSettings.GameType |
getGameMode() |
int |
getPing() |
GameProfile |
getProfile() |
java.lang.String |
toString() |
public AddPlayerData(GameProfile profile,
int pingIn,
WorldSettings.GameType gamemodeIn,
IChatComponent displayNameIn)
public GameProfile getProfile()
public int getPing()
public WorldSettings.GameType getGameMode()
public IChatComponent getDisplayName()
public java.lang.String toString()
toString in class java.lang.Object