public class SPacketPlayerListItem.AddPlayerData
extends java.lang.Object
Constructor and Description |
---|
AddPlayerData(GameProfile profileIn,
int latencyIn,
GameType gameModeIn,
ITextComponent displayNameIn) |
Modifier and Type | Method and Description |
---|---|
ITextComponent |
getDisplayName() |
GameType |
getGameMode() |
int |
getPing() |
GameProfile |
getProfile() |
java.lang.String |
toString() |
public AddPlayerData(GameProfile profileIn, int latencyIn, GameType gameModeIn, ITextComponent displayNameIn)
public GameProfile getProfile()
public int getPing()
public GameType getGameMode()
public ITextComponent getDisplayName()
public java.lang.String toString()
toString
in class java.lang.Object