Uses of Class
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) int
YOffset.getY
(HeightContext context) -
Uses of HeightContext in net.minecraft.world.gen.carver
-
Uses of HeightContext in net.minecraft.world.gen.feature
-
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) int
WeightedListHeightProvider.get
(Random random, HeightContext context) -
Uses of HeightContext in net.minecraft.world.gen.surfacebuilder
Modifier and TypeFieldDescription(package private) final HeightContext
MaterialRules.MaterialRuleContext.heightContext
Modifier and TypeMethodDescriptionvoid
SurfaceBuilder.buildSurface
(BiomeAccess biomeAccess, Registry<Biome> biomeRegistry, boolean useLegacyRandom, HeightContext context, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, MaterialRules.MaterialRule surfaceRule) ModifierConstructorDescriptionprotected
MaterialRuleContext
(SurfaceBuilder surfaceBuilder, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Registry<Biome> biomeRegistry, HeightContext heightContext)