Uses of Class
net.minecraft.world.level.levelgen.WorldGenerationContext
Packages that use WorldGenerationContext
Package
Description
-
Uses of WorldGenerationContext in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type WorldGenerationContextModifier and TypeMethodDescriptionintVerticalAnchor.AboveBottom.resolveY(WorldGenerationContext p_158942_)intVerticalAnchor.Absolute.resolveY(WorldGenerationContext p_158949_)intVerticalAnchor.BelowTop.resolveY(WorldGenerationContext p_158956_)abstract intVerticalAnchor.resolveY(WorldGenerationContext p_158928_) -
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(Random p_161938_, WorldGenerationContext p_161939_)intConstantHeight.sample(Random p_161961_, WorldGenerationContext p_161962_)abstract intHeightProvider.sample(Random p_161977_, WorldGenerationContext p_161978_)intTrapezoidHeight.sample(Random p_162016_, WorldGenerationContext p_162017_)intUniformHeight.sample(Random p_162040_, WorldGenerationContext p_162041_)intVeryBiasedToBottomHeight.sample(Random p_162065_, WorldGenerationContext p_162066_) -
Uses of WorldGenerationContext in net.minecraft.world.level.levelgen.placement
Subclasses of WorldGenerationContext in net.minecraft.world.level.levelgen.placement