Uses of Class
net.minecraft.world.level.levelgen.heightproviders.HeightProvider
Packages that use HeightProvider
Package
Description
-
Uses of HeightProvider in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as HeightProviderConstructors in net.minecraft.world.level.levelgen.carver with parameters of type HeightProviderModifierConstructorDescriptionCanyonCarverConfiguration
(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable, FloatProvider verticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration shape) CarverConfiguration
(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable) CaveCarverConfiguration
(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, HolderSet<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) CaveCarverConfiguration
(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) -
Uses of HeightProvider in net.minecraft.world.level.levelgen.heightproviders
Classes in net.minecraft.world.level.levelgen.heightproviders with type parameters of type HeightProviderSubclasses of HeightProvider in net.minecraft.world.level.levelgen.heightprovidersModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in net.minecraft.world.level.levelgen.heightproviders with type parameters of type HeightProviderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<HeightProvider> HeightProvider.CODEC
private static final com.mojang.serialization.Codec
<com.mojang.datafixers.util.Either<VerticalAnchor, HeightProvider>> HeightProvider.CONSTANT_OR_DISPATCH_CODEC
private final SimpleWeightedRandomList
<HeightProvider> WeightedListHeight.distribution
Methods in net.minecraft.world.level.levelgen.heightproviders with type parameters of type HeightProviderConstructor parameters in net.minecraft.world.level.levelgen.heightproviders with type arguments of type HeightProviderModifierConstructorDescriptionWeightedListHeight
(SimpleWeightedRandomList<HeightProvider> distribution) -
Uses of HeightProvider in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement declared as HeightProviderMethods in net.minecraft.world.level.levelgen.placement with parameters of type HeightProviderModifier and TypeMethodDescriptionstatic HeightRangePlacement
HeightRangePlacement.of
(HeightProvider height) Constructors in net.minecraft.world.level.levelgen.placement with parameters of type HeightProvider -
Uses of HeightProvider in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as HeightProviderModifier and TypeFieldDescriptionfinal HeightProvider
NetherFossilStructure.height
private final HeightProvider
JigsawStructure.startHeight
Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type HeightProviderModifierConstructorDescriptionJigsawStructure
(Structure.StructureSettings settings, Holder<StructureTemplatePool> startPool, int maxDepth, HeightProvider startHeight, boolean useExpansionHack) JigsawStructure
(Structure.StructureSettings settings, Holder<StructureTemplatePool> startPool, int maxDepth, HeightProvider startHeight, boolean useExpansionHack, Heightmap.Types projectStartToHeightmap) JigsawStructure
(Structure.StructureSettings settings, Holder<StructureTemplatePool> startPool, Optional<ResourceLocation> startJigsawName, int maxDepth, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, int maxDistanceFromCenter, List<PoolAliasBinding> poolAliases, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) NetherFossilStructure
(Structure.StructureSettings settings, HeightProvider height)