Uses of Interface
net.minecraft.world.gen.HeightContext
Packages that use HeightContext
Package
Description
The base package for all Minecraft classes.
-
Uses of HeightContext in net.minecraft
Methods in net.minecraft with parameters of type HeightContextModifier and TypeMethodDescriptionintclass_6342.get(Random random, HeightContext context)intclass_6343.get(Random random, HeightContext context) -
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)intUniformHeightProvider.get(Random random, HeightContext context)