Interface NoiseGeneratorConfig
-
- All Superinterfaces:
ChunkGeneratorConfig
public interface NoiseGeneratorConfig extends ChunkGeneratorConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NoiseGeneratorConfig.Builder
static interface
NoiseGeneratorConfig.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NoiseGeneratorConfig
amplified()
int
bedrockFloorY()
int
bedrockRoofY()
static NoiseGeneratorConfig.Builder
builder()
static NoiseGeneratorConfig
caves()
BlockState
defaultBlock()
BlockState
defaultFluid()
static NoiseGeneratorConfig
end()
static NoiseGeneratorConfig
floatingIslands()
static NoiseGeneratorConfig
nether()
NoiseConfig
noiseConfig()
static NoiseGeneratorConfig
overworld()
int
seaLevel()
-
Methods inherited from interface org.spongepowered.api.world.generation.config.ChunkGeneratorConfig
structureConfig
-
-
-
-
Method Detail
-
amplified
static NoiseGeneratorConfig amplified()
-
overworld
static NoiseGeneratorConfig overworld()
-
nether
static NoiseGeneratorConfig nether()
-
end
static NoiseGeneratorConfig end()
-
caves
static NoiseGeneratorConfig caves()
-
floatingIslands
static NoiseGeneratorConfig floatingIslands()
-
builder
static NoiseGeneratorConfig.Builder builder()
-
noiseConfig
NoiseConfig noiseConfig()
-
defaultBlock
BlockState defaultBlock()
-
defaultFluid
BlockState defaultFluid()
-
bedrockRoofY
int bedrockRoofY()
-
bedrockFloorY
int bedrockFloorY()
-
seaLevel
int seaLevel()
-
-