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 boolean
canEqual(Object other)
boolean
equals(Object o)
int
getMax()
int
getOnline()
ServerPing.PlayerInfo[]
getSample()
int
hashCode()
void
setMax(int max)
void
setOnline(int online)
void
setSample(ServerPing.PlayerInfo[] sample)
String
toString()
-
-
-
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)
-
-