Uses of Interface
net.minecraft.world.gen.HeightContext
| Package | Description |
|---|---|
| net.minecraft.world.gen | |
| net.minecraft.world.gen.carver | |
| net.minecraft.world.gen.decorator | |
| net.minecraft.world.gen.heightprovider |
-
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 -
Uses of HeightContext in net.minecraft.world.gen.heightprovider
Methods in net.minecraft.world.gen.heightprovider with parameters of type HeightContext Modifier and Type Method Description intBiasedToBottomHeightProvider. get(Random random, HeightContext context)intConstantHeightProvider. get(Random random, HeightContext context)abstract intHeightProvider. get(Random random, HeightContext context)intUniformHeightProvider. get(Random random, HeightContext context)