public final class StaticBiomeInfo extends AbstractMinecraft1_20BiomeScheme
getBiomes(int, int, int, int, int[])
method
always throws an UnsupportedOperationException
.Minecraft1_20Biomes.StaticInitialiser
Modifier and Type | Field and Description |
---|---|
static BiomeScheme |
INSTANCE |
BIOME_CHERRY_GROVE, BIOME_DEEP_DARK, BIOME_FROZEN_PEAKS, BIOME_GROVE, BIOME_JAGGED_PEAKS, BIOME_MANGROVE_SWAMP, BIOME_MEADOW, BIOME_NAMES, BIOME_OLD_GROWTH_BIRCH_FOREST, BIOME_OLD_GROWTH_PINE_TAIGA, BIOME_OLD_GROWTH_SPRUCE_TAIGA, BIOME_PATTERNS, BIOME_SNOWY_PLAINS, BIOME_SNOWY_SLOPES, BIOME_SPARSE_JUNGLE, BIOME_STONY_PEAKS, BIOME_STONY_SHORE, BIOME_WINDSWEPT_FOREST, BIOME_WINDSWEPT_GRAVELLY_HILLS, BIOME_WINDSWEPT_HILLS, BIOME_WINDSWEPT_SAVANNA, BIOME_WOODED_BADLANDS, BIOMES_BY_MODERN_ID, HIGHEST_BIOME_ID, MODERN_IDS
BIOME_BADLANDS, BIOME_BADLANDS_PLATEAU, BIOME_BAMBOO_JUNGLE, BIOME_BAMBOO_JUNGLE_HILLS, BIOME_BASALT_DELTAS, BIOME_COLD_OCEAN, BIOME_CRIMSON_FOREST, BIOME_DARK_FOREST, BIOME_DARK_FOREST_HILLS, BIOME_DEEP_COLD_OCEAN, BIOME_DEEP_FROZEN_OCEAN, BIOME_DEEP_LUKEWARM_OCEAN, BIOME_DEEP_WARM_OCEAN, BIOME_DESERT_LAKES, BIOME_DRIPSTONE_CAVES, BIOME_END_BARRENS, BIOME_END_HIGHLANDS, BIOME_END_MIDLANDS, BIOME_ERODED_BADLANDS, BIOME_GIANT_SPRUCE_TAIGA, BIOME_GIANT_SPRUCE_TAIGA_HILLS, BIOME_GIANT_TREE_TAIGA, BIOME_GIANT_TREE_TAIGA_HILLS, BIOME_GRAVELLY_MOUNTAINS, BIOME_ICE_SPIKES, BIOME_LUKEWARM_OCEAN, BIOME_LUSH_CAVES, BIOME_MODIFIED_BADLANDS_PLATEAU, BIOME_MODIFIED_GRAVELLY_MOUNTAINS, BIOME_MODIFIED_JUNGLE, BIOME_MODIFIED_JUNGLE_EDGE, BIOME_MODIFIED_WOODED_BADLANDS_PLATEAU, BIOME_MOUNTAIN_EDGE, BIOME_MOUNTAINS, BIOME_MUSHROOM_FIELD_SHORE, BIOME_MUSHROOM_FIELDS, BIOME_NETHER_WASTES, BIOME_SHATTERED_SAVANNA, BIOME_SHATTERED_SAVANNA_PLATEAU, BIOME_SMALL_END_ISLANDS, BIOME_SNOWY_BEACH, BIOME_SNOWY_MOUNTAINS, BIOME_SNOWY_TAIGA, BIOME_SNOWY_TAIGA_HILLS, BIOME_SNOWY_TAIGA_MOUNTAINS, BIOME_SNOWY_TUNDRA, BIOME_SOUL_SAND_VALLEY, BIOME_STONE_SHORE, BIOME_SWAMP, BIOME_SWAMP_HILLS, BIOME_TAIGA_MOUNTAINS, BIOME_TALL_BIRCH_FOREST, BIOME_TALL_BIRCH_HILLS, BIOME_THE_END, BIOME_THE_VOID, BIOME_WARM_OCEAN, BIOME_WARPED_FOREST, BIOME_WOODED_BADLANDS_PLATEAU, BIOME_WOODED_HILLS, BIOME_WOODED_MOUNTAINS, FIRST_UNALLOCATED_ID
BIOME_BEACH, BIOME_BIRCH_FOREST, BIOME_BIRCH_FOREST_HILLS, BIOME_BIRCH_FOREST_HILLS_M, BIOME_BIRCH_FOREST_M, BIOME_COLD_BEACH, BIOME_COLD_TAIGA, BIOME_COLD_TAIGA_HILLS, BIOME_COLD_TAIGA_M, BIOME_DEEP_OCEAN, BIOME_DESERT, BIOME_DESERT_HILLS, BIOME_DESERT_M, BIOME_EXTREME_HILLS, BIOME_EXTREME_HILLS_EDGE, BIOME_EXTREME_HILLS_M, BIOME_EXTREME_HILLS_PLUS, BIOME_EXTREME_HILLS_PLUS_M, BIOME_FLOWER_FOREST, BIOME_FOREST, BIOME_FOREST_HILLS, BIOME_FROZEN_OCEAN, BIOME_FROZEN_RIVER, BIOME_HELL, BIOME_ICE_MOUNTAINS, BIOME_ICE_PLAINS, BIOME_ICE_PLAINS_SPIKES, BIOME_JUNGLE, BIOME_JUNGLE_EDGE, BIOME_JUNGLE_EDGE_M, BIOME_JUNGLE_HILLS, BIOME_JUNGLE_M, BIOME_MEGA_SPRUCE_TAIGA, BIOME_MEGA_SPRUCE_TAIGA_HILLS, BIOME_MEGA_TAIGA, BIOME_MEGA_TAIGA_HILLS, BIOME_MESA, BIOME_MESA_BRYCE, BIOME_MESA_PLATEAU, BIOME_MESA_PLATEAU_F, BIOME_MESA_PLATEAU_F_M, BIOME_MESA_PLATEAU_M, BIOME_MUSHROOM_ISLAND, BIOME_MUSHROOM_ISLAND_SHORE, BIOME_OCEAN, BIOME_PLAINS, BIOME_RIVER, BIOME_ROOFED_FOREST, BIOME_ROOFED_FOREST_M, BIOME_SAVANNA, BIOME_SAVANNA_M, BIOME_SAVANNA_PLATEAU, BIOME_SAVANNA_PLATEAU_M, BIOME_SKY, BIOME_STONE_BEACH, BIOME_SUNFLOWER_PLAINS, BIOME_SWAMPLAND, BIOME_SWAMPLAND_M, BIOME_TAIGA, BIOME_TAIGA_HILLS, BIOME_TAIGA_M
Modifier and Type | Method and Description |
---|---|
void |
getBiomes(int x,
int y,
int width,
int height,
int[] buffer)
Get the biomes for a specific rectangular area of the world.
|
void |
setSeed(long seed)
Set the seed for which to determine the biomes.
|
getBiomeCount, getBiomeName, getColour, getPattern, getStringId, isBiomePresent
getBiomes
public static final BiomeScheme INSTANCE
public void setSeed(long seed)
BiomeScheme
seed
- The seed for which to determine the biomes.public void getBiomes(int x, int y, int width, int height, int[] buffer)
BiomeScheme
x
- The X coordinate in the WorldPainter coordinate system.y
- The Y coordinate in the WorldPainter coordinate system.width
- The width along the X axis of the area.height
- The height along the Y axis of the area.buffer
- The array in which the biome information will be returned,
indexed first by X and then by Y coordinate.