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 WorldGenerationContextSurfaceRules.Context.contextMethods in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifier and TypeMethodDescriptionvoidNoiseBasedChunkGenerator.buildSurface(ChunkAccess p_224262_, WorldGenerationContext p_224263_, RandomState p_224264_, StructureManager p_224265_, BiomeManager p_224266_, Registry<Biome> p_224267_, Blender p_224268_) voidSurfaceSystem.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_) intVerticalAnchor.AboveBottom.resolveY(WorldGenerationContext p_158942_) intVerticalAnchor.Absolute.resolveY(WorldGenerationContext p_158949_) intVerticalAnchor.BelowTop.resolveY(WorldGenerationContext p_158956_) intVerticalAnchor.resolveY(WorldGenerationContext p_158928_) Constructors in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifierConstructorDescriptionprotectedContext(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 TypeMethodDescriptionintBiasedToBottomHeight.sample(RandomSource p_226297_, WorldGenerationContext p_226298_) intConstantHeight.sample(RandomSource p_226300_, WorldGenerationContext p_226301_) abstract intHeightProvider.sample(RandomSource p_226302_, WorldGenerationContext p_226303_) intTrapezoidHeight.sample(RandomSource p_226305_, WorldGenerationContext p_226306_) intUniformHeight.sample(RandomSource p_226308_, WorldGenerationContext p_226309_) intVeryBiasedToBottomHeight.sample(RandomSource p_226311_, WorldGenerationContext p_226312_) intWeightedListHeight.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