public class OverworldChunkGenerator extends NoiseChunkGenerator<OverworldGenSettings>
defaultBlock, defaultFluid, randomSeed
biomeProvider, seed, settings, world
コンストラクタと説明 |
---|
OverworldChunkGenerator(IWorld worldIn,
BiomeProvider provider,
OverworldGenSettings settingsIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
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_) |
protected double[] |
getBiomeNoiseColumn(int noiseX,
int noiseZ) |
int |
getGroundHeight() |
java.util.List<Biome.SpawnListEntry> |
getPossibleCreatures(EntityClassification creatureType,
BlockPos pos) |
int |
getSeaLevel() |
void |
spawnMobs(ServerWorld worldIn,
boolean spawnHostileMobs,
boolean spawnPeacefulMobs) |
void |
spawnMobs(WorldGenRegion region) |
calcNoiseColumn, func_222529_a, func_222547_b, func_222551_g, func_222553_h, func_225551_a_, makeBase, makeBedrock, noiseSizeY
decorate, findNearestStructure, func_222531_c, func_222532_b, func_225550_a_, generateBiomes, generateStructures, generateStructureStarts, getBiome, getBiomeProvider, getMaxHeight, getSeed, getSettings, getStructureConfig, hasStructure
public OverworldChunkGenerator(IWorld worldIn, BiomeProvider provider, OverworldGenSettings settingsIn)
public void spawnMobs(WorldGenRegion region)
spawnMobs
クラス内 ChunkGenerator<OverworldGenSettings>
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_)
protected double[] getBiomeNoiseColumn(int noiseX, int noiseZ)
public java.util.List<Biome.SpawnListEntry> getPossibleCreatures(EntityClassification creatureType, BlockPos pos)
getPossibleCreatures
クラス内 ChunkGenerator<OverworldGenSettings>
public void spawnMobs(ServerWorld worldIn, boolean spawnHostileMobs, boolean spawnPeacefulMobs)
spawnMobs
クラス内 ChunkGenerator<OverworldGenSettings>
public int getGroundHeight()
public int getSeaLevel()
getSeaLevel
クラス内 ChunkGenerator<OverworldGenSettings>