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 TypeFieldDescriptionprivate final WorldGenerationContextSurfaceRules.Context.contextMethods in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifier and TypeMethodDescriptionvoidNoiseBasedChunkGenerator.buildSurface(ChunkAccess protoChunk, WorldGenerationContext context, RandomState randomState, StructureManager structureManager, BiomeManager biomeManager, Registry<Biome> biomeRegistry, Blender blender) voidSurfaceSystem.buildSurface(RandomState randomState, BiomeManager biomeManager, Registry<Biome> biomes, boolean useLegacyRandom, WorldGenerationContext generationContext, ChunkAccess protoChunk, NoiseChunk noiseChunk, SurfaceRules.RuleSource ruleSource) intVerticalAnchor.AboveBottom.resolveY(WorldGenerationContext heightAccessor) intVerticalAnchor.Absolute.resolveY(WorldGenerationContext heightAccessor) intVerticalAnchor.BelowTop.resolveY(WorldGenerationContext heightAccessor) intVerticalAnchor.resolveY(WorldGenerationContext heightAccessor) 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> biomes, 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 heightAccessor) intTrapezoidHeight.sample(RandomSource random, WorldGenerationContext context) intUniformHeight.sample(RandomSource random, WorldGenerationContext context) intVeryBiasedToBottomHeight.sample(RandomSource random, WorldGenerationContext context) intWeightedListHeight.sample(RandomSource random, WorldGenerationContext heightAccessor) -
Uses of WorldGenerationContext in net.minecraft.world.level.levelgen.placement
Subclasses of WorldGenerationContext in net.minecraft.world.level.levelgen.placement