Package net.fateuhc.plugin.api.scenarios
Enum Class Scenario
- All Implemented Interfaces:
Serializable,Comparable<Scenario>,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanString[]static intstatic intstatic intbooleanorg.bukkit.Material -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackDeprecated.Use ScenarioData#toItemStack instead.static ScenarioReturns the enum constant of this class with the specified name.static Scenario[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RANDOM
-
TIMBER
-
CUT_CLEAN
-
NO_CLEAN
-
TIME_BOMB
-
CHEST
-
SAFE_LOOT
-
TRIPLE_ORES
-
DOUBLE_ORES
-
BLOOD_DIAMONDS
-
BLOOD_GOLD
-
DIAMOND_LESS
-
GOLD_LESS
-
NO_FALL_DAMAGE
-
FIRE_LESS
-
LUCKY_LEAVES
-
ROD_LESS
-
BOW_LESS
-
BACK_PACKS
-
TRIPLE_EXP
-
DOUBLE_EXP
-
LIMITED_ENCHANTS
-
IRON_LESS
-
BROADCASTER
-
BLOOD_ENCHANTS
-
WEB_CAGE
-
WEB_LIMIT
-
INFINITE_ENCHANT
-
SWORD_LESS
-
TREE_DROPS
-
NO_ENCHANT
-
LIMITATIONS
-
EXTRA_INVENTORY
-
TRIPLE_DROPS
-
DOUBLE_DROPS
-
DOUBLE_HEALTH
-
BETTER_ENCHANT
-
DOUBLE_OR_NOTHING
-
BARE_BONES
-
LONG_SHOTS
-
GOLDEN_RETRIEVER
-
GONE_FISHING
-
HORSE_LESS
-
SOUP
-
SWITCHEROO
-
HASTEY_BOYS
-
OP_HASTEY_BOYS
-
HASTEY_BOYS_LITE
-
BUILD_UHC
-
HYPIXEL_HEADS
-
SKY_HIGH
-
FLOWER_POWER
-
MOLES
-
TRACKER
-
ANONYMOUS
-
SUPERHEROS
-
DND
-
LAFS
-
VEINMINER
-
WOODLIFE
-
CORONAVIRUS
-
LIMITEDP4
-
NINESLOT
-
CRIPLE
-
EVERYROSE
-
LIGHTSOUT
-
PYRO
-
EXPOSURE
-
ZOMBIES
-
BETAZOMBIES
-
BOOKCEPTION
-
BALDCHICKEN
-
BIRDS
-
PUPPYPOWER
-
BLEEDINGSWEETS
-
NODIAMONDARMOR
-
CARROTCOMBO
-
BOMBERS
-
CATSEYES
-
LUCKYROULETTE
-
RANDOMIZER
-
BATS
-
REDVSBLUE
-
BENCHBLITZ
-
DISABLESHIELDS
-
DISABLEOFFHAND
-
GRASS_EXPLOSION
-
RAINING_TNT
-
MEETUP
-
NOODLEJUMP
-
-
Field Details
-
backendEnabled
public boolean backendEnabled -
name
-
alias
-
active
public boolean active -
description
-
material
public org.bukkit.Material material -
lobbyModeOnlyEdit
public boolean lobbyModeOnlyEdit -
scenarioData
-
LIMITATIONS_MAX_DIAMONDS
public static int LIMITATIONS_MAX_DIAMONDS -
LIMITATIONS_MAX_GOLD
public static int LIMITATIONS_MAX_GOLD -
LIMITATIONS_MAX_IRON
public static int LIMITATIONS_MAX_IRON
-
-
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
-
toItemStack
Deprecated.Use ScenarioData#toItemStack instead.- Returns:
- Scenario item stack
-