Enum Class Augment
- All Implemented Interfaces:
Serializable, Comparable<Augment>, Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.bukkit.entity.Player player) voidactivate(org.bukkit.entity.Player player, AugmentFlag... flags) voidchoose(org.bukkit.entity.Player player, boolean activate) static voidexecuteEvents(org.bukkit.entity.Player player, Object... events) static voidexecutePhase(org.bukkit.entity.Player player, GamePhase gamePhase) @NotNull StringgetData()final Class<? extends AugmentExecutor> @NotNull StringgetId()getValueHolder(GameMode gameMode) sortByPriority(Collection<String> augments) static AugmentReturns the enum constant of this class with the specified name.static Augment[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
STONKS
-
BLUNT_FORCE
-
DEFT
-
RESTLESS_RESTORATION
-
FIRST_AID_KIT
-
ZOOMIES
-
WARMUP_ROUTINE
-
IMPASSABLE
-
THE_BRUTALIZER
-
LIGHTNING_STRIKES
-
MERCHANTS_BOUNTY
-
PEARL_IMPACT
-
QUEST_GOLD_RUSH
-
QUEST_DRAGON_HEART
-
DEMATERIALIZER
-
BIG_STATS
-
SCOPED_WEAPONS
-
SWORD_YOUR_BOW
-
FIREBRAND
-
EXECUTIONER
-
SECOND_WIND
-
PHASE_SHIFT
-
HEAVY_HITTER
-
SHADOW_RUNNER
-
SERVE_BEYOND_DEATH
-
LIFE_BURST
-
DESPERATE_REACH
-
VULNERABILITY_HEX
-
GAMBA_ANVIL_ONE
-
TRANSMUTE_GOLD
-
CALCULATED_RISK
-
FORWARD_THINKING
-
LIGHT_EM_UP
-
REPULSOR
-
PARASITIC_MUTATION
-
RAMPART_CHARGE
-
AUGMENTED_POWER
-
GATHERING_STORM
-
LUCKY_TRADE
-
GOLD_BANK
-
SPREAD_SHOT
-
CELESTIAL_BODY
-
WITCH_BREWING
-
SELF_DESTRUCT
-
DIVE_BOMBER
-
STAR_SHIELD
-
BONE_SHIELD
-
INFERNAL_BARRAGE
-
FEEL_THE_BURN
-
CANT_TOUCH_THIS
-
VENGEANCE
-
DEATHS_BLESSING
-
SEALED_LIFE
-
DEATHS_DANCE
-
BIGGER_STATS
-
SCOPIER_WEAPONS
-
THUNDERSTRUCK
-
REND
-
TERRIFYING_NIGHTMARE
-
QUEST_ANGEL_OF_RETRIBUTION
-
SHRINK_RAY
-
PERSEVERANCE
-
SOUL_REAPER
-
EROSION
-
DROP_SHOCK
-
ETERNAL_ALCHEMY
-
WHEEL_OF_FORTUNE
-
GAMBA_ANVIL_TWO
-
DEATH_AND_TAXES
-
FLUX_RANGE
-
TRANSMUTE_PRISMATIC
-
QUEST_STEEL_YOUR_HEART
-
DEMONS_KING_CROWN
-
SYMBIOTIC_MUTATION
-
PARASITIC_RELATIONSHIP
-
FISTS_OF_FATE
-
GOLIATH
-
SNIPERS_EXPERTISE
-
TOTEMS_BLESSING
-
POISONOUS
-
MAD_SCIENTIST
-
TAP_DANCER
-
PHENOMENAL_EVIL
-
MINIONMANCER
-
CHAIN_DAMAGE
-
MASTER_OF_DUALITY
-
ALPHA_AND_OMEGA
-
PARASITIC_TOUCH
-
GAMBA_ROLL
-
BIGGEST_STATS
-
THE_MACE_GOD
-
SCOPIEST_WEAPONS
-
PRISMATIC_ROULETTE
-
RAID_BOSS
-
CENTER_OF_THE_UNIVERSE
-
FAN_THE_HAMMER
-
EARTHQUAKE
-
BLADE_WALTZ
-
DUAL_WIELD
-
SLOW_COOKER
-
RAISE_THE_DEAD
-
CLEANSING_FLAME
-
CHRONOBREAK
-
ECHO_RESONANCE
-
GAMBA_ANVIL_THREE
-
PRISMATIC_ANVIL
-
DETONATION_ORB
-
REROLL_RECYCLER
-
QUEST_THE_PRISMATIC_EGG
-
WALKING_ARSENAL
-
RUNIC_AWAKENING
-
GUIDING_BEAM
-
HEARTSTEEL
-
QUEST_ARENAS_CHAMPION
-
DOUBLE_PROVISIONS
-
GIANT_SLAYER
-
TRANSMUTE_CHAOS
-
FLAME_DASH
-
PANDORAS_BOX
-
-
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
-
getExecutorClass
-
getValueHolder
-
getValue
-
getData
-
getId
-
getConfigId
-
choose
public void choose(org.bukkit.entity.Player player, boolean activate) -
activate
public void activate(org.bukkit.entity.Player player) -
activate
-
executeEvents
-
executePhase
-
sortByPriority
-