Uses of Class
net.minecraft.world.gen.decorator.HeightmapDecoratorConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.decorator | |
| net.minecraft.world.gen.feature |
-
Uses of HeightmapDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type HeightmapDecoratorConfig Modifier and Type Field Description static com.mojang.serialization.Codec<HeightmapDecoratorConfig>HeightmapDecoratorConfig. CODECstatic Decorator<HeightmapDecoratorConfig>Decorator. HEIGHTMAPstatic Decorator<HeightmapDecoratorConfig>Decorator. HEIGHTMAP_SPREAD_DOUBLEMethods in net.minecraft.world.gen.decorator with parameters of type HeightmapDecoratorConfig Modifier and Type Method Description Stream<BlockPos>HeightmapDecorator. getPositions(DecoratorContext decoratorContext, Random random, HeightmapDecoratorConfig heightmapDecoratorConfig, BlockPos blockPos)Stream<BlockPos>SpreadDoubleHeightmapDecorator. getPositions(DecoratorContext decoratorContext, Random random, HeightmapDecoratorConfig heightmapDecoratorConfig, BlockPos blockPos)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type HeightmapDecoratorConfig Constructor Description HeightmapDecorator(com.mojang.serialization.Codec<HeightmapDecoratorConfig> configCodec)SpreadDoubleHeightmapDecorator(com.mojang.serialization.Codec<HeightmapDecoratorConfig> configCodec) -
Uses of HeightmapDecoratorConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type HeightmapDecoratorConfig Modifier and Type Field Description static ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators. HEIGHTMAPstatic ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators. HEIGHTMAP_OCEAN_FLOORstatic ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators. HEIGHTMAP_SPREAD_DOUBLEstatic ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators. HEIGHTMAP_WORLD_SURFACEstatic ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators. TOP_SOLID_HEIGHTMAP