public static class ServerPing.Players extends Object
Constructor and Description |
---|
Players(int max,
int online,
ServerPing.PlayerInfo[] sample) |
Modifier and Type | Method and 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() |
public Players(int max, int online, ServerPing.PlayerInfo[] sample)
public int getMax()
public int getOnline()
public ServerPing.PlayerInfo[] getSample()
public void setMax(int max)
public void setOnline(int online)
public void setSample(ServerPing.PlayerInfo[] sample)
protected boolean canEqual(Object other)
Copyright © 2012–2020 SpigotMC. All rights reserved.