Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.HeightmapConfiguration
Package
Description
-
Uses of HeightmapConfiguration in net.minecraft.data.worldgen
Modifier and TypeFieldDescriptionFeatures.Decorators.HEIGHTMAP
Features.Decorators.HEIGHTMAP_DOUBLE
Features.Decorators.HEIGHTMAP_OCEAN_FLOOR
Features.Decorators.HEIGHTMAP_TOP_SOLID
Features.Decorators.HEIGHTMAP_WORLD_SURFACE
-
Uses of HeightmapConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<HeightmapConfiguration>
HeightmapConfiguration.CODEC
-
Uses of HeightmapConfiguration in net.minecraft.world.level.levelgen.placement
Modifier and TypeFieldDescriptionFeatureDecorator.HEIGHTMAP
FeatureDecorator.HEIGHTMAP_SPREAD_DOUBLE
Modifier and TypeMethodDescriptionHeightmapDecorator.getPositions(DecorationContext p_162193_, Random p_162194_, HeightmapConfiguration p_162195_, BlockPos p_162196_)
HeightmapDoubleDecorator.getPositions(DecorationContext p_162233_, Random p_162234_, HeightmapConfiguration p_162235_, BlockPos p_162236_)
ModifierConstructorDescriptionHeightmapDecorator(com.mojang.serialization.Codec<HeightmapConfiguration> p_70747_)
HeightmapDoubleDecorator(com.mojang.serialization.Codec<HeightmapConfiguration> p_70751_)