Uses of Class
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 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
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 TypeMethodDescriptionint
BiasedToBottomHeightProvider.get
(Random random, HeightContext context) int
ConstantHeightProvider.get
(Random random, HeightContext context) abstract int
HeightProvider.get
(Random random, HeightContext context) int
TrapezoidHeightProvider.get
(Random random, HeightContext context) int
UniformHeightProvider.get
(Random random, HeightContext context) int
VeryBiasedToBottomHeightProvider.get
(Random random, HeightContext context)