Package megamek.common.equipment.enums
Enum Class BombType.BombTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<BombType.BombTypeEnum>,Constable
- Enclosing class:
BombType
-
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 TypeMethodDescriptionbooleanbooleanstatic BombType.BombTypeEnumfromIndex(int index) static BombType.BombTypeEnumfromInternalName(String name) intgetCost()intgetIndex()booleanbooleanisAllowedByGameOptions(GameOptions gameOptions) Checks if a bomb type is allowed given current game settings.booleanisGuided()static BombType.BombTypeEnumReturns the enum constant of this class with the specified name.static BombType.BombTypeEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
-
HE
-
CLUSTER
-
LG
-
RL
-
TAG
-
AAA
-
AS
-
ASEW
-
ARROW
-
HOMING
-
INFERNO
-
LAA
-
THUNDER
-
TORPEDO
-
ALAMO
-
FAE_SMALL
-
FAE_LARGE
-
RLP
-
-
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
-
getIndex
public int getIndex() -
getDisplayName
-
getInternalName
-
getWeaponName
-
getCost
public int getCost()- Returns:
- The amount of hardpoint space that one of this bomb type takes up when carried by a fighter unit.
-
canSpaceBomb
public boolean canSpaceBomb() -
canGroundBomb
public boolean canGroundBomb() -
isGuided
public boolean isGuided() -
isAdvancedAmmo
public boolean isAdvancedAmmo() -
isAllowedByGameOptions
Checks if a bomb type is allowed given current game settings.- Parameters:
gameOptions- the current game options- Returns:
- true if the bomb type is allowed, false otherwise
-
fromIndex
-
fromInternalName
-