Class Constants

java.lang.Object
com.hypixel.hytale.server.core.Constants

public final class Constants extends Object
  • Field Details

    • OPTION_SET

      private static final joptsimple.OptionSet OPTION_SET
    • DEBUG

      public static final boolean DEBUG
      See Also:
    • SINGLEPLAYER

      public static final boolean SINGLEPLAYER
    • ALLOWS_SELF_OP_COMMAND

      public static final boolean ALLOWS_SELF_OP_COMMAND
    • FRESH_UNIVERSE

      public static final boolean FRESH_UNIVERSE
    • FORCE_NETWORK_FLUSH

      public static final boolean FORCE_NETWORK_FLUSH
    • UNIVERSE_PATH

      public static final Path UNIVERSE_PATH
    • CORE_PLUGINS

      @Nonnull public static final PluginManifest[] CORE_PLUGINS
  • Constructor Details

    • Constants

      public Constants()
  • Method Details

    • init

      public static void init()
    • checkFreshUniverse

      private static boolean checkFreshUniverse()
    • getUniversePath

      private static Path getUniversePath()