public final class BiomeUtils
extends java.lang.Object
Constructor and Description |
---|
BiomeUtils() |
BiomeUtils(Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.Integer> |
getAllBiomes(Platform platform,
CustomBiomeManager customBiomeManager) |
static BiomeScheme |
getBiomeScheme(Platform platform) |
void |
set2DBiome(Chunk chunk,
int x,
int z,
int biome)
Sets the biome of an entire vertical column of a chunk, regardless of what type of biomes the chunk supports.
|
void |
set3DBiome(Chunk chunk,
int x,
int y,
int z,
int biome)
Sets the biome of a 4x4x4 block of a chunk, regardless of whether the chunk supports 3D or named biomes.
|
public BiomeUtils()
public BiomeUtils(Dimension dimension)
public void set2DBiome(Chunk chunk, int x, int z, int biome)
public void set3DBiome(Chunk chunk, int x, int y, int z, int biome)
x
- The X coordinate, in 4x4x4 blocks, inside the chunk.y
- The Y coordinate, in 4x4x4 blocks, inside the chunk.z
- The Z coordinate, in 4x4x4 blocks, inside the chunk.public static java.util.List<java.lang.Integer> getAllBiomes(Platform platform, CustomBiomeManager customBiomeManager)
public static BiomeScheme getBiomeScheme(Platform platform)