Uses of Interface
net.minecraft.world.gen.HeightContext
Package
Description
-
Uses of HeightContext in net.minecraft.world.gen
Modifier 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
-
Uses of HeightContext in net.minecraft.world.gen.decorator
-
Uses of HeightContext in net.minecraft.world.gen.heightprovider
Modifier 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)