Uses of Class
net.minecraft.world.gen.heightprovider.HeightProvider
Package
Description
-
Uses of HeightProvider in net.minecraft.world.gen.carver
ModifierConstructorDescriptionCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable) CaveCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, RegistryEntryList<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) CaveCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) RavineCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable, FloatProvider verticalRotation, RavineCarverConfig.Shape shape) -
Uses of HeightProvider in net.minecraft.world.gen.heightprovider
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HeightProvider>
HeightProvider.CODEC
private static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<YOffset,
HeightProvider>> HeightProvider.OFFSET_OR_HEIGHT_CODEC
private final DataPool<HeightProvider>
WeightedListHeightProvider.weightedList
-
Uses of HeightProvider in net.minecraft.world.gen.placementmodifier
Modifier and TypeFieldDescriptionprivate final HeightProvider
HeightRangePlacementModifier.height
Modifier and TypeMethodDescriptionstatic HeightRangePlacementModifier
HeightRangePlacementModifier.of
(HeightProvider height) -
Uses of HeightProvider in net.minecraft.world.gen.structure
Modifier and TypeFieldDescriptionfinal HeightProvider
NetherFossilStructure.height
private final HeightProvider
JigsawStructure.startHeight
ModifierConstructorDescriptionJigsawStructure
(Structure.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack) JigsawStructure
(Structure.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack, Heightmap.Type projectStartToHeightmap) JigsawStructure
(Structure.Config config, RegistryEntry<StructurePool> startPool, Optional<Identifier> startJigsawName, int size, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter) NetherFossilStructure
(Structure.Config config, HeightProvider height)