Class ServerConfiguration


public class ServerConfiguration extends ProxyConfiguration
  • Field Details

    • singleServer

      protected boolean singleServer
  • Constructor Details

    • ServerConfiguration

      public ServerConfiguration(File file, ILogger ilogger)
  • Method Details

    • loadValues

      protected void loadValues(org.spongepowered.configurate.CommentedConfigurationNode root)
      Description copied from class: SharedConfiguration
      Load values from a Configration load. Override this method to read extra values.
      Overrides:
      loadValues in class SharedConfiguration
      Parameters:
      root - the root level node of the configuration
    • isSingleServer

      public boolean isSingleServer()