Class BombType

All Implemented Interfaces:
ITechnology

public class BombType extends AmmoType
  • Constructor Details

    • BombType

      public BombType()
  • Method Details

    • getBombName

      @Deprecated(forRemoval=true, since="0.50.7") public static String getBombName(int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBombTypeFromName

      @Deprecated(forRemoval=true, since="0.50.7") public static BombType.BombTypeEnum getBombTypeFromName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBombTypeFromInternalName

      @Deprecated(forRemoval=true, since="0.50.7") public static BombType.BombTypeEnum getBombTypeFromInternalName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBombWeaponName

      @Deprecated(forRemoval=true, since="0.50.7") public static String getBombWeaponName(int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBombTypeForWeapon

      @Deprecated(forRemoval=true, since="0.50.7") public static BombType.BombTypeEnum getBombTypeForWeapon(EquipmentType weapon)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBombInternalName

      @Deprecated(forRemoval=true, since="0.50.7") public static String getBombInternalName(int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBombCost

      @Deprecated(forRemoval=true, since="0.50.7") public static int getBombCost(int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBombType

      public BombType.BombTypeEnum getBombType()
    • initializeTypes

      public static void initializeTypes()
    • allBombTypes

      public static List<BombType> allBombTypes()
      Returns:
      All BombType equipment types as a List. The list is a copy and can safely be modified.
    • createBombByType

      public static BombType createBombByType(BombType.BombTypeEnum bType)
    • isFaeBomb

      public boolean isFaeBomb()
      Returns:
      True when this bomb type is either a large or small FAE.