Spaces:
Build error
Build error
File size: 169 Bytes
d46f4a3 |
1 2 3 4 5 6 7 8 9 10 11 |
package net.minecraft.server;
public interface ServerInfo {
String getMotd();
String getServerVersion();
int getPlayerCount();
int getMaxPlayers();
} |