Uses of Class
net.minecraft.world.gen.decorator.HeightmapDecoratorConfig
Packages that use HeightmapDecoratorConfig
-
Uses of HeightmapDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type HeightmapDecoratorConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<HeightmapDecoratorConfig>
HeightmapDecoratorConfig.CODEC
static Decorator<HeightmapDecoratorConfig>
Decorator.HEIGHTMAP
static Decorator<HeightmapDecoratorConfig>
Decorator.HEIGHTMAP_SPREAD_DOUBLE
Methods in net.minecraft.world.gen.decorator with parameters of type HeightmapDecoratorConfigModifier and TypeMethodDescriptionHeightmapDecorator.getPositions(DecoratorContext decoratorContext, Random random, HeightmapDecoratorConfig heightmapDecoratorConfig, BlockPos blockPos)
SpreadDoubleHeightmapDecorator.getPositions(DecoratorContext decoratorContext, Random random, HeightmapDecoratorConfig heightmapDecoratorConfig, BlockPos blockPos)
Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type HeightmapDecoratorConfigModifierConstructorDescriptionHeightmapDecorator(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 HeightmapDecoratorConfigModifier and TypeFieldDescriptionConfiguredFeatures.Decorators.HEIGHTMAP
ConfiguredFeatures.Decorators.HEIGHTMAP_OCEAN_FLOOR
ConfiguredFeatures.Decorators.HEIGHTMAP_SPREAD_DOUBLE
ConfiguredFeatures.Decorators.HEIGHTMAP_WORLD_SURFACE
ConfiguredFeatures.Decorators.TOP_SOLID_HEIGHTMAP