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 HeightProviderModifier and TypeFieldDescriptionprivate final HeightProviderCanyonWorldCarver.yThe field for theyrecord component.private final HeightProviderCaveWorldCarver.yThe field for theyrecord component.Methods in net.minecraft.world.level.levelgen.carver that return HeightProviderModifier and TypeMethodDescriptionCanyonWorldCarver.y()Returns the value of theyrecord component.CaveWorldCarver.y()Returns the value of theyrecord component.Constructors in net.minecraft.world.level.levelgen.carver with parameters of type HeightProviderModifierConstructorDescriptionCanyonWorldCarver(float probability, HeightProvider y, FloatProvider verticalRotation, CanyonWorldCarver.Shape shape) Creates an instance of aCanyonWorldCarverrecord class.CaveWorldCarver(float probability, HeightProvider y, IntProvider count, FloatProvider thickness, boolean weirdThicknessBias, FloatProvider roomVerticalRadiusMultiplier, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider startVerticalRadiusMultiplier, FloatProvider floorLevel) Creates an instance of aCaveWorldCarverrecord class. -
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 TypeClassDescriptionclassclassclassclassclassclassFields in net.minecraft.world.level.levelgen.heightproviders with type parameters of type HeightProviderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HeightProvider> HeightProvider.CODECprivate static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<VerticalAnchor, HeightProvider>> HeightProvider.CONSTANT_OR_DISPATCH_CODECprivate final WeightedList<HeightProvider> WeightedListHeight.distributionMethods 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 HeightProvider -
Uses of HeightProvider in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement declared as HeightProviderModifier and TypeFieldDescriptionprivate final HeightProviderHeightRangePlacement.heightThe field for theheightrecord component.Methods in net.minecraft.world.level.levelgen.placement that return HeightProviderModifier and TypeMethodDescriptionHeightRangePlacement.height()Returns the value of theheightrecord component.Methods in net.minecraft.world.level.levelgen.placement with parameters of type HeightProviderModifier and TypeMethodDescriptionstatic HeightRangePlacementHeightRangePlacement.of(HeightProvider height) Constructors in net.minecraft.world.level.levelgen.placement with parameters of type HeightProviderModifierConstructorDescriptionHeightRangePlacement(HeightProvider height) Creates an instance of aHeightRangePlacementrecord class. -
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 HeightProviderNetherFossilStructure.heightprivate final HeightProviderJigsawStructure.startHeightConstructors 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<Identifier> startJigsawName, int maxDepth, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, JigsawStructure.MaxDistance maxDistanceFromCenter, List<PoolAliasBinding> poolAliases, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) NetherFossilStructure(Structure.StructureSettings settings, HeightProvider height)