Package megamek.common
Enum Class SimpleTechLevel
- All Implemented Interfaces:
Serializable,Comparable<SimpleTechLevel>,Constable
An enum for the various rules levels
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleTechLevelconvertCompoundToSimple(int level) Finds simple tech level equivalent of compound tech base/rules level constantintgetCompoundTechLevel(boolean clan) static SimpleTechLevelgetGameTechLevel(Game game) static SimpleTechLevelmax(SimpleTechLevel l1, SimpleTechLevel l2) static SimpleTechLevelmin(SimpleTechLevel l1, SimpleTechLevel l2) static SimpleTechLeveltoString()static SimpleTechLevelReturns the enum constant of this class with the specified name.static SimpleTechLevel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INTRO
-
STANDARD
-
ADVANCED
-
EXPERIMENTAL
-
UNOFFICIAL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
parse
-
toString
- Overrides:
toStringin classEnum<SimpleTechLevel>
-
max
- Returns:
- The more advanced of two tech levels.
-
min
- Returns:
- The less advanced of two tech levels.
-
getCompoundTechLevel
public int getCompoundTechLevel(boolean clan) - Returns:
- The corresponding TechConstants.T_* value.
-
convertCompoundToSimple
Finds simple tech level equivalent of compound tech base/rules level constant- Parameters:
level- A TechConstants tech level constant
-
getGameTechLevel
-
getAllSimpleTechLevelCodeName
-