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.chunk
Modifier and TypeMethodDescriptionvoid
NoiseChunkGenerator.buildSurface
(Chunk chunk, HeightContext heightContext, NoiseConfig noiseConfig, StructureAccessor structureAccessor, BiomeAccess biomeAccess, Registry<Biome> biomeRegistry, Blender blender) -
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
(NoiseConfig noiseConfig, BiomeAccess biomeAccess, Registry<Biome> biomeRegistry, boolean useLegacyRandom, HeightContext heightContext, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, MaterialRules.MaterialRule materialRule) ModifierConstructorDescriptionprotected
MaterialRuleContext
(SurfaceBuilder surfaceBuilder, NoiseConfig noiseConfig, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Registry<Biome> registry, HeightContext heightContext)