程序包 org.bukkit.block
接口 Biome
- 所有超级接口:
Comparable<Biome>
,Keyed
,OldEnum<Biome>
,RegistryAware
所有生物群系的枚举.
The Biomes listed in this interface are present in the default server
or can be enabled via a FeatureFlag
.
There may be additional biomes present in the server, for example from a DataPack
which can be accessed via Registry.BIOME
.
-
字段概要
字段修饰符和类型字段说明static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
已过时。Biome is no longer an enum, custom biomes will have their own biome instance.static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
-
方法概要
修饰符和类型方法说明getKey()
已过时。A key might not always be present, useRegistryAware.getKeyOrThrow()
instead.已过时。only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.values()
已过时。useIterable.iterator()
.从接口继承的方法 org.bukkit.registry.RegistryAware
getKeyOrNull, getKeyOrThrow, isRegistered
-
字段详细资料
-
OCEAN
-
PLAINS
-
DESERT
-
WINDSWEPT_HILLS
-
FOREST
-
TAIGA
-
SWAMP
-
MANGROVE_SWAMP
-
RIVER
-
NETHER_WASTES
-
THE_END
-
FROZEN_OCEAN
-
FROZEN_RIVER
-
SNOWY_PLAINS
-
MUSHROOM_FIELDS
-
BEACH
-
JUNGLE
-
SPARSE_JUNGLE
-
DEEP_OCEAN
-
STONY_SHORE
-
SNOWY_BEACH
-
BIRCH_FOREST
-
DARK_FOREST
-
PALE_GARDEN
-
SNOWY_TAIGA
-
OLD_GROWTH_PINE_TAIGA
-
WINDSWEPT_FOREST
-
SAVANNA
-
SAVANNA_PLATEAU
-
BADLANDS
-
WOODED_BADLANDS
-
SMALL_END_ISLANDS
-
END_MIDLANDS
-
END_HIGHLANDS
-
END_BARRENS
-
WARM_OCEAN
-
LUKEWARM_OCEAN
-
COLD_OCEAN
-
DEEP_LUKEWARM_OCEAN
-
DEEP_COLD_OCEAN
-
DEEP_FROZEN_OCEAN
-
THE_VOID
-
SUNFLOWER_PLAINS
-
WINDSWEPT_GRAVELLY_HILLS
-
FLOWER_FOREST
-
ICE_SPIKES
-
OLD_GROWTH_BIRCH_FOREST
-
OLD_GROWTH_SPRUCE_TAIGA
-
WINDSWEPT_SAVANNA
-
ERODED_BADLANDS
-
BAMBOO_JUNGLE
-
SOUL_SAND_VALLEY
-
CRIMSON_FOREST
-
WARPED_FOREST
-
BASALT_DELTAS
-
DRIPSTONE_CAVES
-
LUSH_CAVES
-
DEEP_DARK
-
MEADOW
-
GROVE
-
SNOWY_SLOPES
-
FROZEN_PEAKS
-
JAGGED_PEAKS
-
STONY_PEAKS
-
CHERRY_GROVE
-
CUSTOM
已过时。Biome is no longer an enum, custom biomes will have their own biome instance.自定义生物群系
-
-
方法详细资料
-
getKey
已过时。A key might not always be present, useRegistryAware.getKeyOrThrow()
instead.返回用于此对象的命名空间标识符.原文:Return the namespaced identifier for this object.
-
valueOf
已过时。only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.- 参数:
name
- of the biome.- 返回:
- the biome with the given name.
-
values
已过时。useIterable.iterator()
.- 返回:
- an array of all known biomes.
-