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 SummaryConstructors Constructor Description PlayerInfo(String name, String id)PlayerInfo(String name, UUID uniqueId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()StringgetName()UUIDgetUniqueId()inthashCode()voidsetId(String id)voidsetName(String name)voidsetUniqueId(UUID uniqueId)StringtoString()
 
-