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.HEIGHTMAPFeatures.Decorators.HEIGHTMAP_DOUBLEFeatures.Decorators.HEIGHTMAP_OCEAN_FLOORFeatures.Decorators.HEIGHTMAP_TOP_SOLIDFeatures.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.HEIGHTMAPFeatureDecorator.HEIGHTMAP_SPREAD_DOUBLEMethods 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_)