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 intclass_6120. method_35391(Random random, HeightContext heightContext)intclass_6121. method_35391(Random random, HeightContext heightContext)abstract intclass_6122. method_35391(Random random, HeightContext heightContext)intclass_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 intYOffset.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 Modifier and Type Class Description classCarverContext -
Uses of HeightContext in net.minecraft.world.gen.decorator
Classes in net.minecraft.world.gen.decorator that implement HeightContext Modifier and Type Class Description classDecoratorContext