Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.HeightmapConfiguration
Packages that use HeightmapConfiguration
Package
Description
-
Uses of HeightmapConfiguration in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type HeightmapConfigurationModifier 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
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type HeightmapConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<HeightmapConfiguration>
HeightmapConfiguration.CODEC
-
Uses of HeightmapConfiguration in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement with type parameters of type HeightmapConfigurationModifier and TypeFieldDescriptionFeatureDecorator.HEIGHTMAP
FeatureDecorator.HEIGHTMAP_SPREAD_DOUBLE
Methods in net.minecraft.world.level.levelgen.placement with parameters of type HeightmapConfigurationModifier 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_)
Constructor parameters in net.minecraft.world.level.levelgen.placement with type arguments of type HeightmapConfigurationModifierConstructorDescriptionHeightmapDecorator(com.mojang.serialization.Codec<HeightmapConfiguration> p_70747_)
HeightmapDoubleDecorator(com.mojang.serialization.Codec<HeightmapConfiguration> p_70751_)