Package mindustry.type
Class SectorDifficulty
java.lang.Object
mindustry.type.SectorDifficulty
Note: Don't use this class; difficulty will be reworked in v9 to use specific discrete values instead of arbitrary numbers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNote that these values represent the minimum integer value.static final intNote that these values represent the minimum integer value.static final intNote that these values represent the minimum integer value.static final intNote that these values represent the minimum integer value.static final intNote that these values represent the minimum integer value.static final intNote that these values represent the minimum integer value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
low
public static final int lowNote that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.- See Also:
-
medium
public static final int mediumNote that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.- See Also:
-
high
public static final int highNote that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.- See Also:
-
extreme
public static final int extremeNote that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.- See Also:
-
eradication
public static final int eradicationNote that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.- See Also:
-
unreasonable
public static final int unreasonableNote that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.- See Also:
-
-
Constructor Details
-
SectorDifficulty
public SectorDifficulty()
-