public class PlayerInfo extends Object
| Constructor and Description |
|---|
PlayerInfo(int max,
int online,
com.github.steveice10.mc.auth.data.GameProfile[] players) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMaxPlayers() |
int |
getOnlinePlayers() |
com.github.steveice10.mc.auth.data.GameProfile[] |
getPlayers() |
int |
hashCode() |
String |
toString() |
public PlayerInfo(int max,
int online,
com.github.steveice10.mc.auth.data.GameProfile[] players)
Copyright © 2020. All rights reserved.