Uses of Class
net.minecraft.world.gen.HeightContext
Packages that use HeightContext
Package
Description
The base package for all Minecraft classes.
-
Uses of HeightContext in net.minecraft
Fields in net.minecraft declared as HeightContextModifier and TypeFieldDescription(package private) final HeightContextclass_6686.class_6694.field_35241Methods in net.minecraft with parameters of type HeightContextModifier and TypeMethodDescriptionvoidclass_6724.method_39106(BiomeAccess biomeAccess, Registry<Biome> registry, boolean bool, HeightContext heightContext, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, class_6686.class_6708 class_6708) Constructors in net.minecraft with parameters of type HeightContextModifierConstructorDescriptionprotectedclass_6694(class_6724 class_6724, HeightContext heightContext) -
Uses of HeightContext in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type HeightContextModifier and TypeMethodDescriptionintYOffset.AboveBottom.getY(HeightContext context) intYOffset.BelowTop.getY(HeightContext context) intYOffset.Fixed.getY(HeightContext context) abstract intYOffset.getY(HeightContext context) -
Uses of HeightContext in net.minecraft.world.gen.carver
Subclasses of HeightContext in net.minecraft.world.gen.carver -
Uses of HeightContext in net.minecraft.world.gen.decorator
Subclasses of HeightContext in net.minecraft.world.gen.decorator -
Uses of HeightContext in net.minecraft.world.gen.heightprovider
Methods in net.minecraft.world.gen.heightprovider with parameters of type HeightContextModifier and TypeMethodDescriptionintBiasedToBottomHeightProvider.get(Random random, HeightContext context) intConstantHeightProvider.get(Random random, HeightContext context) abstract intHeightProvider.get(Random random, HeightContext context) intTrapezoidHeightProvider.get(Random random, HeightContext context) intUniformHeightProvider.get(Random random, HeightContext context) intVeryBiasedToBottomHeightProvider.get(Random random, HeightContext context)