public class NetherChunkGenerator extends NoiseChunkGenerator<NetherGenSettings>
| Modifier and Type | Field and Description |
|---|---|
private double[] |
field_222573_h |
defaultBlock, defaultFluid, randomSeedbiomeProvider, seed, settings, world| Constructor and Description |
|---|
NetherChunkGenerator(World p_i48694_1_,
BiomeProvider p_i48694_2_,
NetherGenSettings p_i48694_3_) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillNoiseColumn(double[] noiseColumn,
int noiseX,
int noiseZ) |
protected double |
func_222545_a(double p_222545_1_,
double p_222545_3_,
int p_222545_5_) |
private double[] |
func_222572_j() |
protected double[] |
getBiomeNoiseColumn(int noiseX,
int noiseZ) |
int |
getGroundHeight() |
int |
getMaxHeight() |
java.util.List<Biome.SpawnListEntry> |
getPossibleCreatures(EntityClassification creatureType,
BlockPos pos) |
int |
getSeaLevel() |
calcNoiseColumn, func_222529_a, func_222547_b, func_222551_g, func_222553_h, generateSurface, makeBase, makeBedrock, noiseSizeYdecorate, findNearestStructure, func_222531_c, func_222532_b, func_225550_a_, generateBiomes, generateStructures, generateStructureStarts, getBiome, getBiomeProvider, getSeed, getSettings, getStructureConfig, hasStructure, spawnMobs, spawnMobspublic NetherChunkGenerator(World p_i48694_1_, BiomeProvider p_i48694_2_, NetherGenSettings p_i48694_3_)
protected void fillNoiseColumn(double[] noiseColumn,
int noiseX,
int noiseZ)
fillNoiseColumn in class NoiseChunkGenerator<NetherGenSettings>protected double[] getBiomeNoiseColumn(int noiseX,
int noiseZ)
getBiomeNoiseColumn in class NoiseChunkGenerator<NetherGenSettings>protected double func_222545_a(double p_222545_1_,
double p_222545_3_,
int p_222545_5_)
func_222545_a in class NoiseChunkGenerator<NetherGenSettings>private double[] func_222572_j()
public java.util.List<Biome.SpawnListEntry> getPossibleCreatures(EntityClassification creatureType, BlockPos pos)
getPossibleCreatures in class ChunkGenerator<NetherGenSettings>public int getGroundHeight()
getGroundHeight in class ChunkGenerator<NetherGenSettings>public int getMaxHeight()
getMaxHeight in class ChunkGenerator<NetherGenSettings>public int getSeaLevel()
getSeaLevel in class ChunkGenerator<NetherGenSettings>