Interface DedicatedServer

All Known Implementing Classes:
MinecraftDedicatedServer

public interface DedicatedServer
  • Method Details

    • getProperties

      ServerPropertiesHandler getProperties()
    • getHostname

      String getHostname()
    • getPort

      int getPort()
    • getMotd

      String getMotd()
    • getVersion

      String getVersion()
    • getCurrentPlayerCount

      int getCurrentPlayerCount()
    • getMaxPlayerCount

      int getMaxPlayerCount()
    • getPlayerNames

      String[] getPlayerNames()
    • getLevelName

      String getLevelName()
    • getPlugins

      String getPlugins()
    • executeRconCommand

      String executeRconCommand​(String command)