public class FloatingIslandsChunkGenerator extends SurfaceChunkGenerator<class_5284>
| Modifier and Type | Field and Description |
|---|---|
private class_5284 |
field_24519 |
defaultBlock, defaultFluid, randombiomeSource| Constructor and Description |
|---|
FloatingIslandsChunkGenerator(BiomeSource biomeSource,
long long2,
class_5284 class_5284) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
computeNoiseFalloff(double depth,
double scale,
int y) |
protected double[] |
computeNoiseRange(int x,
int z) |
int |
getSeaLevel() |
int |
getSpawnHeight() |
protected double |
method_16409() |
protected double |
method_16410() |
ChunkGenerator |
method_27997(long long2) |
protected void |
sampleNoiseColumn(double[] buffer,
int x,
int z) |
buildBedrock, buildSurface, getBlockState, getColumnSample, getHeight, getNoiseSizeY, populateNoise, sampleNoiseColumn, sampleNoiseColumnaddStructureReferences, carve, generateFeatures, getBiomeSource, getConfig, getDecorationBiome, getEntitySpawnList, getHeightInGround, getHeightOnGround, getMaxY, getStructureConfig, hasStructure, hasStructure, locateStructure, populateBiomes, populateEntities, setStructureStarts, spawnEntitiesprivate final class_5284 field_24519
public FloatingIslandsChunkGenerator(BiomeSource biomeSource, long long2, class_5284 class_5284)
@Environment(value=CLIENT) public ChunkGenerator method_27997(long long2)
method_27997 in class ChunkGeneratorprotected void sampleNoiseColumn(double[] buffer,
int x,
int z)
sampleNoiseColumn in class SurfaceChunkGenerator<class_5284>protected double[] computeNoiseRange(int x,
int z)
computeNoiseRange in class SurfaceChunkGenerator<class_5284>protected double computeNoiseFalloff(double depth,
double scale,
int y)
computeNoiseFalloff in class SurfaceChunkGenerator<class_5284>protected double method_16409()
method_16409 in class SurfaceChunkGenerator<class_5284>protected double method_16410()
method_16410 in class SurfaceChunkGenerator<class_5284>public int getSpawnHeight()
getSpawnHeight in class ChunkGeneratorpublic int getSeaLevel()
getSeaLevel in class ChunkGenerator