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 TypeMethodDescriptionint
class_6342.get(Random random, HeightContext context)
int
class_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 TypeMethodDescriptionint
YOffset.AboveBottom.getY(HeightContext context)
int
YOffset.BelowTop.getY(HeightContext context)
int
YOffset.Fixed.getY(HeightContext context)
abstract int
YOffset.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 TypeMethodDescriptionint
BiasedToBottomHeightProvider.get(Random random, HeightContext context)
int
ConstantHeightProvider.get(Random random, HeightContext context)
abstract int
HeightProvider.get(Random random, HeightContext context)
int
UniformHeightProvider.get(Random random, HeightContext context)