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 Summary
Constructors Constructor Description Players(int max, int online, ServerPing.PlayerInfo[] sample)
-
Method Summary
All 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
-
Players
public Players(int max, int online, ServerPing.PlayerInfo[] sample)
-
-
Method Detail
-
getMax
public int getMax()
-
getOnline
public int getOnline()
-
getSample
public ServerPing.PlayerInfo[] getSample()
-
setMax
public void setMax(int max)
-
setOnline
public void setOnline(int online)
-
setSample
public void setSample(ServerPing.PlayerInfo[] sample)
-
canEqual
protected boolean canEqual(Object other)
-
-