public class PlayerListEntry extends Object
| Constructor and Description |
|---|
PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile) |
PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile,
GameMode gameMode) |
PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile,
GameMode gameMode,
int ping,
String displayName,
boolean escape) |
PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile,
int ping) |
PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile,
String displayName,
boolean escape) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
GameMode |
getGameMode() |
int |
getPing() |
com.github.steveice10.mc.auth.data.GameProfile |
getProfile() |
int |
hashCode() |
String |
toString() |
public PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile,
GameMode gameMode,
int ping,
String displayName,
boolean escape)
public PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile,
GameMode gameMode)
public PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile,
int ping)
public PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile,
String displayName,
boolean escape)
public PlayerListEntry(com.github.steveice10.mc.auth.data.GameProfile profile)
Copyright © 2020. All rights reserved.