Uses of Class
net.minecraft.world.level.levelgen.WorldGenerationContext
Packages that use WorldGenerationContext
Package
Description
-
Uses of WorldGenerationContext in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as WorldGenerationContextModifier and TypeFieldDescription(package private) final WorldGenerationContext
SurfaceRules.Context.context
Methods in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifier and TypeMethodDescriptionvoid
NoiseBasedChunkGenerator.buildSurface
(ChunkAccess chunk, WorldGenerationContext context, RandomState random, StructureManager structureManager, BiomeManager biomeManager, Registry<Biome> biomes, Blender blender) void
SurfaceSystem.buildSurface
(RandomState randomState, BiomeManager biomeManager, Registry<Biome> biomes, boolean useLegacyRandomSource, WorldGenerationContext context, ChunkAccess chunk, NoiseChunk noiseChunk, SurfaceRules.RuleSource ruleSource) int
VerticalAnchor.AboveBottom.resolveY
(WorldGenerationContext p_158942_) int
VerticalAnchor.Absolute.resolveY
(WorldGenerationContext p_158949_) int
VerticalAnchor.BelowTop.resolveY
(WorldGenerationContext p_158956_) int
VerticalAnchor.resolveY
(WorldGenerationContext context) Constructors in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifierConstructorDescriptionprotected
Context
(SurfaceSystem system, RandomState randomState, ChunkAccess chunk, NoiseChunk noiseChunk, Function<BlockPos, Holder<Biome>> biomeGetter, Registry<Biome> p_224621_, WorldGenerationContext context) -
Uses of WorldGenerationContext in net.minecraft.world.level.levelgen.carver
Subclasses of WorldGenerationContext in net.minecraft.world.level.levelgen.carver -
Uses of WorldGenerationContext in net.minecraft.world.level.levelgen.heightproviders
Methods in net.minecraft.world.level.levelgen.heightproviders with parameters of type WorldGenerationContextModifier and TypeMethodDescriptionint
BiasedToBottomHeight.sample
(RandomSource random, WorldGenerationContext context) int
ConstantHeight.sample
(RandomSource random, WorldGenerationContext context) abstract int
HeightProvider.sample
(RandomSource random, WorldGenerationContext context) int
TrapezoidHeight.sample
(RandomSource random, WorldGenerationContext context) int
UniformHeight.sample
(RandomSource random, WorldGenerationContext context) int
VeryBiasedToBottomHeight.sample
(RandomSource random, WorldGenerationContext context) int
WeightedListHeight.sample
(RandomSource random, WorldGenerationContext context) -
Uses of WorldGenerationContext in net.minecraft.world.level.levelgen.placement
Subclasses of WorldGenerationContext in net.minecraft.world.level.levelgen.placement