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 p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_) 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 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> p_191536_) -
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 p_227627_, Holder<StructureTemplatePool> p_227628_, Optional<ResourceLocation> p_227629_, int p_227630_, HeightProvider p_227631_, boolean p_227632_, Optional<Heightmap.Types> p_227633_, int p_227634_, List<PoolAliasBinding> p_307354_, DimensionPadding p_348651_, LiquidSettings p_352256_) NetherFossilStructure
(Structure.StructureSettings p_228573_, HeightProvider p_228574_)