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 TypeMethodDescriptionint
VerticalAnchor.AboveBottom.resolveY(WorldGenerationContext p_158942_)
int
VerticalAnchor.Absolute.resolveY(WorldGenerationContext p_158949_)
int
VerticalAnchor.BelowTop.resolveY(WorldGenerationContext p_158956_)
abstract int
VerticalAnchor.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 TypeMethodDescriptionint
BiasedToBottomHeight.sample(Random p_161938_, WorldGenerationContext p_161939_)
int
ConstantHeight.sample(Random p_161961_, WorldGenerationContext p_161962_)
abstract int
HeightProvider.sample(Random p_161977_, WorldGenerationContext p_161978_)
int
TrapezoidHeight.sample(Random p_162016_, WorldGenerationContext p_162017_)
int
UniformHeight.sample(Random p_162040_, WorldGenerationContext p_162041_)
int
VeryBiasedToBottomHeight.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