Package mindustry.world
Class WorldParams
java.lang.Object
mindustry.world.WorldParams
Parameters for loading or generating a world.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
Position in packed x/y format - not array format.boolean
For sectors: Whether to save the info once the map is generated.int
For sectors: World generator seed offset. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
seedOffset
public int seedOffsetFor sectors: World generator seed offset. -
saveInfo
public boolean saveInfoFor sectors: Whether to save the info once the map is generated. A value of 'false' is used for editor generation. -
corePositionOverride
public int corePositionOverridePosition 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()
-