Package net.md_5.bungee.api
Class ServerPing.Players
- java.lang.Object
- 
- net.md_5.bungee.api.ServerPing.Players
 
- 
- Enclosing class:
- ServerPing
 
 public static class ServerPing.Players extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Players(int max, int online, ServerPing.PlayerInfo[] sample)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetMax()intgetOnline()ServerPing.PlayerInfo[]getSample()inthashCode()voidsetMax(int max)voidsetOnline(int online)voidsetSample(ServerPing.PlayerInfo[] sample)StringtoString()
 
- 
- 
- 
Constructor Detail- 
Playerspublic Players(int max, int online, ServerPing.PlayerInfo[] sample)
 
- 
 - 
Method Detail- 
getMaxpublic int getMax() 
 - 
getOnlinepublic int getOnline() 
 - 
getSamplepublic ServerPing.PlayerInfo[] getSample() 
 - 
setMaxpublic void setMax(int max) 
 - 
setOnlinepublic void setOnline(int online) 
 - 
setSamplepublic void setSample(ServerPing.PlayerInfo[] sample) 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-