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 pProbability, HeightProvider pY, FloatProvider pYScale, VerticalAnchor pLavaLevel, CarverDebugSettings pDebugSettings, HolderSet<Block> pReplaceable, FloatProvider pVerticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration pShape) CarverConfiguration
(float pProbability, HeightProvider pY, FloatProvider pYScale, VerticalAnchor pLavaLevel, CarverDebugSettings pDebugSettings, HolderSet<Block> pReplaceable) CaveCarverConfiguration
(float pProbability, HeightProvider pY, FloatProvider pYScale, VerticalAnchor pLavaLevel, HolderSet<Block> pReplaceable, FloatProvider pHorizontalRadiusMultiplier, FloatProvider pVerticalRadiusMultiplier, FloatProvider pFloorLevel) CaveCarverConfiguration
(float pProbability, HeightProvider pY, FloatProvider pYScale, VerticalAnchor pLavaLevel, CarverDebugSettings pDebugSettings, HolderSet<Block> pReplaceable, FloatProvider pHorizontalRadiusMultiplier, FloatProvider pVerticalRadiusMultiplier, FloatProvider pFloorLevel) -
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 WeightedList
<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 HeightProvider -
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 pHeight) 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 pSettings, Holder<StructureTemplatePool> pStartPool, int pMaxDepth, HeightProvider pStartHeight, boolean pUseExpansionHack) JigsawStructure
(Structure.StructureSettings pSettings, Holder<StructureTemplatePool> pStartPool, int pMaxDepth, HeightProvider pStartHeight, boolean pUseExpansionHack, Heightmap.Types pProjectStartToHeightmap) JigsawStructure
(Structure.StructureSettings pSettings, Holder<StructureTemplatePool> pStartPool, Optional<ResourceLocation> pStartJigsawName, int pMaxDepth, HeightProvider pStartHeight, boolean pUseExpansionHack, Optional<Heightmap.Types> pProjectStartToHeightmap, int pMaxDistanceFromCenter, List<PoolAliasBinding> pPoolAliases, DimensionPadding pDimensionPadding, LiquidSettings pLiquidSettings) NetherFossilStructure
(Structure.StructureSettings pSettings, HeightProvider pHeight)