Package net.md_5.bungee.api
Class ServerPing.PlayerInfo
- java.lang.Object
-
- net.md_5.bungee.api.ServerPing.PlayerInfo
-
- Enclosing class:
- ServerPing
public static class ServerPing.PlayerInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PlayerInfo(String name, String id)
PlayerInfo(String name, UUID uniqueId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-