Class ShipsFileLoader

java.lang.Object
org.ships.vessel.common.loader.shipsvessel.ShipsFileLoader
All Implemented Interfaces:
ShipsLoader

public class ShipsFileLoader extends Object implements ShipsLoader
  • Field Details

    • SIZE_MAX

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> SIZE_MAX
    • SIZE_MIN

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> SIZE_MIN
    • SPEED_MAX

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> SPEED_MAX
    • SPEED_ALTITUDE

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> SPEED_ALTITUDE
    • META_DEFAULT_PERMISSION

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<CrewPermission> META_DEFAULT_PERMISSION
    • META_LOCATION_X

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> META_LOCATION_X
    • META_LOCATION_Y

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> META_LOCATION_Y
    • META_LOCATION_Z

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<Integer> META_LOCATION_Z
    • META_LOCATION_WORLD

      public static final org.core.config.ConfigurationNode.KnownParser.SingleKnown<org.core.world.WorldExtent> META_LOCATION_WORLD
    • META_STRUCTURE

      public static final org.core.config.ConfigurationNode.KnownParser.CollectionKnown<org.core.vector.type.Vector3<Integer>> META_STRUCTURE
    • META_FLAGS

      public static final org.core.config.ConfigurationNode.GroupKnown<VesselFlag<?>> META_FLAGS
    • file

      protected final File file
  • Constructor Details

    • ShipsFileLoader

      public ShipsFileLoader(File file)
  • Method Details