Package com.prineside.tdi2.enums
Enum Class AchievementType
- All Implemented Interfaces:
Serializable
,Comparable<AchievementType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionKill a boss in less than 3 seconds500 different researchAll regular research levels (no stars and prestige)Sell a map for a prestige or reset quests for a prestigeBeat the first 8 levels of stage 1 with 3 starsComplete the tutorials -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AchievementType
Returns the enum constant of this class with the specified name.static AchievementType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
TUTORIALS_COMPLETE
Complete the tutorials -
STAGE_1_COMPLETE
Beat the first 8 levels of stage 1 with 3 stars -
STAGE_2_COMPLETE
-
STAGE_3_COMPLETE
-
STAGE_4_COMPLETE
-
STAGE_5_COMPLETE
-
FIVE_HUNDRED_RESEARCH
500 different research -
FULL_REGULAR_RESEARCH
All regular research levels (no stars and prestige) -
MILLION_SCORE_ONE_GAME
-
PRESTIGE
Sell a map for a prestige or reset quests for a prestige -
HUNDRED_TILE_CUSTOM_MAP
-
FIVE_HUNDRED_TILE_CUSTOM_MAP
-
FAST_BOSS_KILL
Kill a boss in less than 3 seconds -
EVERY_ENEMY_MET
-
UNLOCK_ALL_TROPHIES
-
MILLION_PAPERS
-
MILLION_MDPS_ONE_GAME
-
REACH_HIGH_WAVE_ONE_GAME
-
KILL_MILLION_ENEMIES
-
KILL_TEN_MILLION_ENEMIES
-
HUNDRED_KILLS_NUKE
-
COPY_TOWERS_ONE_GAME
-
PLACE_MINES_ONE_GAME
-
EXPLODE_ENEMY_WITH_BULLET
-
HIT_ENEMY_WITH_SNOWBALLS
-
KILL_GROUND_ENEMY_WITH_AIR
-
SPLASH_CHAIN_KILL
-
KILL_THROWN_BACK_ENEMIES
-
KILL_ENEMY_WITH_BACK_PROJECTILE
-
PLACE_MICROGUNS
-
MASS_BUFF_ENEMY
-
MASS_BALL_LIGHTNINGS
-
MASS_MISSILES
-
MASS_BURN_ENEMIES
-
DOUBLE_LASER_DAMAGE
-
MASS_STUN_ENEMIES_ONE_SHOT
-
RECRUIT_ENEMIES
-
FAIL_TUTORIAL
-
HUGE_TOWER_ATTACK_SPEED
-
MASS_TOWERS_LEVEL_DEV
-
MASS_MINERS
-
KILL_BOSS_BONUS_COINS
-
BUILD_TOWER_FINISH_WITH_TEN
-
RECRUIT_SPIDER
-
KILL_BOSS_WITH_RECRUIT
-
-
Field Details
-
values
-
-
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
-