Package org.bukkit.block
Enum Biome
java.lang.Object
java.lang.Enum<Biome>
org.bukkit.block.Biome
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<Biome>
,java.lang.constant.Constable
public enum Biome extends java.lang.Enum<Biome>
Holds all accepted Biomes in the default server
-
Nested Class Summary
-
Enum Constant Summary
-
Method Summary
-
Enum Constant Details
-
SWAMPLAND
-
FOREST
-
TAIGA
-
DESERT
-
PLAINS
-
HELL
-
SKY
-
OCEAN
-
RIVER
-
EXTREME_HILLS
-
FROZEN_OCEAN
-
FROZEN_RIVER
-
ICE_PLAINS
-
ICE_MOUNTAINS
-
MUSHROOM_ISLAND
-
MUSHROOM_SHORE
-
BEACH
-
DESERT_HILLS
-
FOREST_HILLS
-
TAIGA_HILLS
-
SMALL_MOUNTAINS
-
JUNGLE
-
JUNGLE_HILLS
-
JUNGLE_EDGE
-
DEEP_OCEAN
-
STONE_BEACH
-
COLD_BEACH
-
BIRCH_FOREST
-
BIRCH_FOREST_HILLS
-
ROOFED_FOREST
-
COLD_TAIGA
-
COLD_TAIGA_HILLS
-
MEGA_TAIGA
-
MEGA_TAIGA_HILLS
-
EXTREME_HILLS_PLUS
-
SAVANNA
-
SAVANNA_PLATEAU
-
MESA
-
MESA_PLATEAU_FOREST
-
MESA_PLATEAU
-
SUNFLOWER_PLAINS
-
DESERT_MOUNTAINS
-
FLOWER_FOREST
-
TAIGA_MOUNTAINS
-
SWAMPLAND_MOUNTAINS
-
ICE_PLAINS_SPIKES
-
JUNGLE_MOUNTAINS
-
JUNGLE_EDGE_MOUNTAINS
-
COLD_TAIGA_MOUNTAINS
-
SAVANNA_MOUNTAINS
-
SAVANNA_PLATEAU_MOUNTAINS
-
MESA_BRYCE
-
MESA_PLATEAU_FOREST_MOUNTAINS
-
MESA_PLATEAU_MOUNTAINS
-
BIRCH_FOREST_MOUNTAINS
-
BIRCH_FOREST_HILLS_MOUNTAINS
-
ROOFED_FOREST_MOUNTAINS
-
MEGA_SPRUCE_TAIGA
-
EXTREME_HILLS_MOUNTAINS
-
EXTREME_HILLS_PLUS_MOUNTAINS
-
MEGA_SPRUCE_TAIGA_HILLS
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-