public class ModernBetaGenLayer
extends java.lang.Object
| Constructor and Description |
|---|
ModernBetaGenLayer() |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraft.world.gen.layer.GenLayer[] |
initBiomeLayers(long seed,
net.minecraft.world.WorldType worldType,
ModernBetaGeneratorSettings settings) |
static net.minecraft.world.gen.layer.GenLayer[] |
initNoiseLayers(long seed,
net.minecraft.world.WorldType worldType,
net.minecraft.world.gen.ChunkGeneratorSettings vanillaSettings,
ModernBetaGeneratorSettings settings) |
static net.minecraft.world.gen.layer.GenLayer[] |
initOceanLayers(long seed,
net.minecraft.world.WorldType worldType,
ModernBetaGeneratorSettings settings) |
public static net.minecraft.world.gen.layer.GenLayer[] initBiomeLayers(long seed,
net.minecraft.world.WorldType worldType,
ModernBetaGeneratorSettings settings)
public static net.minecraft.world.gen.layer.GenLayer[] initOceanLayers(long seed,
net.minecraft.world.WorldType worldType,
ModernBetaGeneratorSettings settings)
public static net.minecraft.world.gen.layer.GenLayer[] initNoiseLayers(long seed,
net.minecraft.world.WorldType worldType,
net.minecraft.world.gen.ChunkGeneratorSettings vanillaSettings,
ModernBetaGeneratorSettings settings)