Class WorldParams

java.lang.Object
mindustry.world.WorldParams

public class WorldParams extends Object
Parameters for loading or generating a world.
  • Field Details

    • seedOffset

      public int seedOffset
      For sectors: World generator seed offset.
    • saveInfo

      public boolean saveInfo
      For sectors: Whether to save the info once the map is generated. A value of 'false' is used for editor generation.
    • corePositionOverride

      public int corePositionOverride
      Position in packed x/y format - not array format. Overrides the core position when generating with a FileMapGenerator. 0 to disable.
  • Constructor Details

    • WorldParams

      public WorldParams()