Uses of Interface
net.minecraft.world.gen.HeightContext
Packages that use HeightContext
Package
Description
-
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
Classes in net.minecraft.world.gen.carver that implement HeightContext -
Uses of HeightContext in net.minecraft.world.gen.decorator
Classes in net.minecraft.world.gen.decorator that implement HeightContext -
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)