Class LegacyShipsConfig

java.lang.Object
org.ships.config.configuration.LegacyShipsConfig
All Implemented Interfaces:
Config

public class LegacyShipsConfig extends Object implements Config
  • Field Details

    • LEGACY_STRUCTURE_LIMITS_AIR_CHECK_GAP

      public final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> LEGACY_STRUCTURE_LIMITS_AIR_CHECK_GAP
    • LEGACY_STRUCTURE_LIMITS_TRACK_LIMIT

      public final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> LEGACY_STRUCTURE_LIMITS_TRACK_LIMIT
    • LEGACY_SIGN_FORCE_USER_NAME_ON_SIGN

      public final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Boolean> LEGACY_SIGN_FORCE_USER_NAME_ON_SIGN
    • LEGACY_SIGN_EOT_REPEAT

      public final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> LEGACY_SIGN_EOT_REPEAT
    • LEGACY_SIGN_EOT_ENABLED

      public final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Boolean> LEGACY_SIGN_EOT_ENABLED
    • LEGACY_INVENTORY_KEEP_INVENTORY_OPEN

      public final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Boolean> LEGACY_INVENTORY_KEEP_INVENTORY_OPEN
    • configuration

      protected final org.core.config.ConfigurationStream.ConfigurationFile configuration
  • Constructor Details

    • LegacyShipsConfig

      public LegacyShipsConfig()
  • Method Details

    • getFile

      public org.core.config.ConfigurationStream.ConfigurationFile getFile()
      Specified by:
      getFile in interface Config
    • recreateFile

      public void recreateFile()
      Specified by:
      recreateFile in interface Config
    • isLegacy

      public boolean isLegacy()
    • convertToNew

      public ShipsConfig convertToNew()