public class NetherChunkGenerator extends NoiseChunkGenerator<NetherGenSettings>
defaultBlock, defaultFluid, randomSeed
biomeProvider, 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 double |
func_222545_a(double p_222545_1_,
double p_222545_3_,
int p_222545_5_) |
protected void |
func_222548_a(double[] p_222548_1_,
int p_222548_2_,
int p_222548_3_) |
protected double[] |
func_222549_a(int p_222549_1_,
int p_222549_2_) |
int |
getGroundHeight() |
int |
getMaxHeight() |
java.util.List<Biome.SpawnListEntry> |
getPossibleCreatures(EntityClassification creatureType,
BlockPos pos) |
int |
getSeaLevel() |
func_222529_a, func_222546_a, func_222547_b, func_222550_i, func_222551_g, func_222553_h, generateSurface, makeBase, makeBedrock
carve, decorate, findNearestStructure, func_222531_c, func_222532_b, generateBiomes, generateStructureStarts, getBiome, getBiome, getBiomeProvider, getSeed, getSettings, getStructureConfig, hasStructure, initStructureStarts, spawnMobs, spawnMobs
public NetherChunkGenerator(World p_i48694_1_, BiomeProvider p_i48694_2_, NetherGenSettings p_i48694_3_)
protected void func_222548_a(double[] p_222548_1_, int p_222548_2_, int p_222548_3_)
func_222548_a
in class NoiseChunkGenerator<NetherGenSettings>
protected double[] func_222549_a(int p_222549_1_, int p_222549_2_)
func_222549_a
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>
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>