Uses of Interface
net.minecraft.world.gen.HeightContext
Package | Description |
---|---|
net.minecraft |
The base package for all Minecraft classes.
|
net.minecraft.world.gen | |
net.minecraft.world.gen.carver | |
net.minecraft.world.gen.decorator |
-
Uses of HeightContext in net.minecraft
Methods in net.minecraft with parameters of type HeightContext Modifier and Type Method Description int
class_6120. method_35391(Random random, HeightContext heightContext)
int
class_6121. method_35391(Random random, HeightContext heightContext)
abstract int
class_6122. method_35391(Random random, HeightContext heightContext)
int
class_6124. method_35391(Random random, HeightContext heightContext)
-
Uses of HeightContext in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type HeightContext Modifier and Type Method Description int
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 Modifier and Type Class Description class
CarverContext
-
Uses of HeightContext in net.minecraft.world.gen.decorator
Classes in net.minecraft.world.gen.decorator that implement HeightContext Modifier and Type Class Description class
DecoratorContext