public class ServerInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
closed |
int |
curPlayers |
int |
maxPlayers |
String |
name |
| Constructor and Description |
|---|
ServerInfo(String name,
int maxPlayers,
int curPlayers,
boolean closed) |
Copyright © 2021. All rights reserved.