public static class ServerPing.PlayerInfo extends Object
Constructor and Description |
---|
PlayerInfo(String name,
String id) |
PlayerInfo(String name,
UUID uniqueId) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
UUID |
getUniqueId() |
int |
hashCode() |
void |
setId(String id) |
void |
setName(String name) |
void |
setUniqueId(UUID uniqueId) |
String |
toString() |
Copyright © 2012–2020 SpigotMC. All rights reserved.