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 pChunk, WorldGenerationContext pContext, RandomState pRandom, StructureManager pStructureManager, BiomeManager pBiomeManager, Registry<Biome> pBiomes, Blender pBlender) void
SurfaceSystem.buildSurface
(RandomState pRandomState, BiomeManager pBiomeManager, Registry<Biome> pBiomes, boolean pUseLegacyRandomSource, WorldGenerationContext pContext, ChunkAccess pChunk, NoiseChunk pNoiseChunk, SurfaceRules.RuleSource pRuleSource) 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 pContext) Constructors in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifierConstructorDescriptionprotected
Context
(SurfaceSystem pSystem, RandomState pRandomState, ChunkAccess pChunk, NoiseChunk pNoiseChunk, Function<BlockPos, Holder<Biome>> pBiomeGetter, Registry<Biome> pBiomeRegistry, WorldGenerationContext pContext) -
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 p_226297_, WorldGenerationContext p_226298_) int
ConstantHeight.sample
(RandomSource p_226300_, WorldGenerationContext p_226301_) abstract int
HeightProvider.sample
(RandomSource pRandom, WorldGenerationContext pContext) int
TrapezoidHeight.sample
(RandomSource p_226305_, WorldGenerationContext p_226306_) int
UniformHeight.sample
(RandomSource p_226308_, WorldGenerationContext p_226309_) int
VeryBiasedToBottomHeight.sample
(RandomSource p_226311_, WorldGenerationContext p_226312_) int
WeightedListHeight.sample
(RandomSource p_226314_, WorldGenerationContext p_226315_) -
Uses of WorldGenerationContext in net.minecraft.world.level.levelgen.placement
Subclasses of WorldGenerationContext in net.minecraft.world.level.levelgen.placement