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 chunk, WorldGenerationContext context, RandomState random, StructureManager structureManager, BiomeManager biomeManager, Registry<Biome> biomes, Blender blender) voidSurfaceSystem.buildSurface(RandomState randomState, BiomeManager biomeManager, Registry<Biome> biomes, boolean useLegacyRandomSource, WorldGenerationContext context, ChunkAccess chunk, NoiseChunk noiseChunk, SurfaceRules.RuleSource ruleSource) intVerticalAnchor.AboveBottom.resolveY(WorldGenerationContext p_158942_) intVerticalAnchor.Absolute.resolveY(WorldGenerationContext p_158949_) intVerticalAnchor.BelowTop.resolveY(WorldGenerationContext p_158956_) intVerticalAnchor.resolveY(WorldGenerationContext context) Constructors in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifierConstructorDescriptionprotectedContext(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 TypeMethodDescriptionintBiasedToBottomHeight.sample(RandomSource random, WorldGenerationContext context) intConstantHeight.sample(RandomSource random, WorldGenerationContext context) abstract intHeightProvider.sample(RandomSource random, WorldGenerationContext context) intTrapezoidHeight.sample(RandomSource random, WorldGenerationContext context) intUniformHeight.sample(RandomSource random, WorldGenerationContext context) intVeryBiasedToBottomHeight.sample(RandomSource random, WorldGenerationContext context) intWeightedListHeight.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