Enum Class AchievementType

java.lang.Object
java.lang.Enum<AchievementType>
com.prineside.tdi2.enums.AchievementType
All Implemented Interfaces:
Serializable, Comparable<AchievementType>, Constable

public enum AchievementType extends Enum<AchievementType>
  • Enum Constant Details

    • TUTORIALS_COMPLETE

      public static final AchievementType TUTORIALS_COMPLETE
      Complete the tutorials
    • STAGE_1_COMPLETE

      public static final AchievementType STAGE_1_COMPLETE
      Beat the first 8 levels of stage 1 with 3 stars
    • STAGE_2_COMPLETE

      public static final AchievementType STAGE_2_COMPLETE
    • STAGE_3_COMPLETE

      public static final AchievementType STAGE_3_COMPLETE
    • STAGE_4_COMPLETE

      public static final AchievementType STAGE_4_COMPLETE
    • STAGE_5_COMPLETE

      public static final AchievementType STAGE_5_COMPLETE
    • FIVE_HUNDRED_RESEARCH

      public static final AchievementType FIVE_HUNDRED_RESEARCH
      500 different research
    • FULL_REGULAR_RESEARCH

      public static final AchievementType FULL_REGULAR_RESEARCH
      All regular research levels (no stars and prestige)
    • MILLION_SCORE_ONE_GAME

      public static final AchievementType MILLION_SCORE_ONE_GAME
    • PRESTIGE

      public static final AchievementType PRESTIGE
      Sell a map for a prestige or reset quests for a prestige
    • HUNDRED_TILE_CUSTOM_MAP

      public static final AchievementType HUNDRED_TILE_CUSTOM_MAP
    • FIVE_HUNDRED_TILE_CUSTOM_MAP

      public static final AchievementType FIVE_HUNDRED_TILE_CUSTOM_MAP
    • FAST_BOSS_KILL

      public static final AchievementType FAST_BOSS_KILL
      Kill a boss in less than 3 seconds
    • EVERY_ENEMY_MET

      public static final AchievementType EVERY_ENEMY_MET
    • UNLOCK_ALL_TROPHIES

      public static final AchievementType UNLOCK_ALL_TROPHIES
    • MILLION_PAPERS

      public static final AchievementType MILLION_PAPERS
    • MILLION_MDPS_ONE_GAME

      public static final AchievementType MILLION_MDPS_ONE_GAME
    • REACH_HIGH_WAVE_ONE_GAME

      public static final AchievementType REACH_HIGH_WAVE_ONE_GAME
    • KILL_MILLION_ENEMIES

      public static final AchievementType KILL_MILLION_ENEMIES
    • KILL_TEN_MILLION_ENEMIES

      public static final AchievementType KILL_TEN_MILLION_ENEMIES
    • HUNDRED_KILLS_NUKE

      public static final AchievementType HUNDRED_KILLS_NUKE
    • COPY_TOWERS_ONE_GAME

      public static final AchievementType COPY_TOWERS_ONE_GAME
    • PLACE_MINES_ONE_GAME

      public static final AchievementType PLACE_MINES_ONE_GAME
    • EXPLODE_ENEMY_WITH_BULLET

      public static final AchievementType EXPLODE_ENEMY_WITH_BULLET
    • HIT_ENEMY_WITH_SNOWBALLS

      public static final AchievementType HIT_ENEMY_WITH_SNOWBALLS
    • KILL_GROUND_ENEMY_WITH_AIR

      public static final AchievementType KILL_GROUND_ENEMY_WITH_AIR
    • SPLASH_CHAIN_KILL

      public static final AchievementType SPLASH_CHAIN_KILL
    • KILL_THROWN_BACK_ENEMIES

      public static final AchievementType KILL_THROWN_BACK_ENEMIES
    • KILL_ENEMY_WITH_BACK_PROJECTILE

      public static final AchievementType KILL_ENEMY_WITH_BACK_PROJECTILE
    • PLACE_MICROGUNS

      public static final AchievementType PLACE_MICROGUNS
    • MASS_BUFF_ENEMY

      public static final AchievementType MASS_BUFF_ENEMY
    • MASS_BALL_LIGHTNINGS

      public static final AchievementType MASS_BALL_LIGHTNINGS
    • MASS_MISSILES

      public static final AchievementType MASS_MISSILES
    • MASS_BURN_ENEMIES

      public static final AchievementType MASS_BURN_ENEMIES
    • DOUBLE_LASER_DAMAGE

      public static final AchievementType DOUBLE_LASER_DAMAGE
    • MASS_STUN_ENEMIES_ONE_SHOT

      public static final AchievementType MASS_STUN_ENEMIES_ONE_SHOT
    • RECRUIT_ENEMIES

      public static final AchievementType RECRUIT_ENEMIES
    • FAIL_TUTORIAL

      public static final AchievementType FAIL_TUTORIAL
    • HUGE_TOWER_ATTACK_SPEED

      public static final AchievementType HUGE_TOWER_ATTACK_SPEED
    • MASS_TOWERS_LEVEL_DEV

      public static final AchievementType MASS_TOWERS_LEVEL_DEV
    • MASS_MINERS

      public static final AchievementType MASS_MINERS
    • KILL_BOSS_BONUS_COINS

      public static final AchievementType KILL_BOSS_BONUS_COINS
    • BUILD_TOWER_FINISH_WITH_TEN

      public static final AchievementType BUILD_TOWER_FINISH_WITH_TEN
    • RECRUIT_SPIDER

      public static final AchievementType RECRUIT_SPIDER
    • KILL_BOSS_WITH_RECRUIT

      public static final AchievementType KILL_BOSS_WITH_RECRUIT
  • Field Details

  • Method Details

    • values

      public static AchievementType[] 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

      public static AchievementType valueOf(String name)
      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 name
      NullPointerException - if the argument is null