public interface NoiseBiomeSource
| Modifier and Type | Method and Description |
|---|---|
default float |
getBaseHeight(int x,
int z)
Gets the base height from the biome at given coordinates.
|
net.minecraft.world.biome.Biome |
getBiome(int x,
int z)
Gets a biome to use for Release Chunk Source noise generation.
|
default float |
getHeightVariation(int x,
int z)
Gets the height variation from the biome at given coordinates.
|
net.minecraft.world.biome.Biome getBiome(int x,
int z)
x - x-coordinate.z - z-coordinate.default float getBaseHeight(int x,
int z)
x - x-coordinate.z - z-coordinate.default float getHeightVariation(int x,
int z)
x - x-coordinate.z - z-coordinate.