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 p_224262_, WorldGenerationContext p_224263_, RandomState p_224264_, StructureManager p_224265_, BiomeManager p_224266_, Registry<Biome> p_224267_, Blender p_224268_) void
SurfaceSystem.buildSurface
(RandomState p_224649_, BiomeManager p_224650_, Registry<Biome> p_224651_, boolean p_224652_, WorldGenerationContext p_224653_, ChunkAccess p_224654_, NoiseChunk p_224655_, SurfaceRules.RuleSource p_224656_) 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 p_158928_) Constructors in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifierConstructorDescriptionprotected
Context
(SurfaceSystem p_224616_, RandomState p_224617_, ChunkAccess p_224618_, NoiseChunk p_224619_, Function<BlockPos, Holder<Biome>> p_224620_, Registry<Biome> p_224621_, WorldGenerationContext p_224622_) -
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 p_226302_, WorldGenerationContext p_226303_) 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