Uses of Class
net.minecraft.world.level.levelgen.VerticalAnchor
Packages that use VerticalAnchor
Package
Description
-
Uses of VerticalAnchor in net.minecraft.world.level.levelgen
Subclasses of VerticalAnchor in net.minecraft.world.level.levelgenModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classFields in net.minecraft.world.level.levelgen declared as VerticalAnchorModifier and TypeFieldDescriptionprivate static VerticalAnchorVerticalAnchor.BOTTOMprivate static VerticalAnchorVerticalAnchor.TOPFields in net.minecraft.world.level.levelgen with type parameters of type VerticalAnchorModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<VerticalAnchor>VerticalAnchor.CODECMethods in net.minecraft.world.level.levelgen that return VerticalAnchorModifier and TypeMethodDescriptionstatic VerticalAnchorVerticalAnchor.aboveBottom(int p_158931_)static VerticalAnchorVerticalAnchor.absolute(int p_158923_)static VerticalAnchorVerticalAnchor.belowTop(int p_158936_)static VerticalAnchorVerticalAnchor.bottom()private static VerticalAnchorVerticalAnchor.merge(com.mojang.datafixers.util.Either<VerticalAnchor.Absolute,com.mojang.datafixers.util.Either<VerticalAnchor.AboveBottom,VerticalAnchor.BelowTop>> p_158925_)static VerticalAnchorVerticalAnchor.top()Methods in net.minecraft.world.level.levelgen with parameters of type VerticalAnchorModifier and TypeMethodDescriptiondefault RDecoratable.rangeTriangle(VerticalAnchor p_158251_, VerticalAnchor p_158252_)default RDecoratable.rangeUniform(VerticalAnchor p_158246_, VerticalAnchor p_158247_)private static com.mojang.datafixers.util.Either<VerticalAnchor.Absolute,com.mojang.datafixers.util.Either<VerticalAnchor.AboveBottom,VerticalAnchor.BelowTop>>VerticalAnchor.split(VerticalAnchor p_158927_) -
Uses of VerticalAnchor in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as VerticalAnchorConstructors in net.minecraft.world.level.levelgen.carver with parameters of type VerticalAnchorModifierConstructorDescriptionCanyonCarverConfiguration(float p_158971_, HeightProvider p_158972_, FloatProvider p_158973_, VerticalAnchor p_158974_, boolean p_158975_, CarverDebugSettings p_158976_, FloatProvider p_158977_, CanyonCarverConfiguration.CanyonShapeConfiguration p_158978_)CarverConfiguration(float p_159094_, HeightProvider p_159095_, FloatProvider p_159096_, VerticalAnchor p_159097_, boolean p_159098_, CarverDebugSettings p_159099_)CaveCarverConfiguration(float p_159160_, HeightProvider p_159161_, FloatProvider p_159162_, VerticalAnchor p_159163_, boolean p_159164_, FloatProvider p_159165_, FloatProvider p_159166_, FloatProvider p_159167_)CaveCarverConfiguration(float p_159169_, HeightProvider p_159170_, FloatProvider p_159171_, VerticalAnchor p_159172_, boolean p_159173_, CarverDebugSettings p_159174_, FloatProvider p_159175_, FloatProvider p_159176_, FloatProvider p_159177_) -
Uses of VerticalAnchor in net.minecraft.world.level.levelgen.heightproviders
Fields in net.minecraft.world.level.levelgen.heightproviders declared as VerticalAnchorModifier and TypeFieldDescriptionprivate VerticalAnchorBiasedToBottomHeight.maxInclusiveprivate VerticalAnchorTrapezoidHeight.maxInclusiveprivate VerticalAnchorUniformHeight.maxInclusiveprivate VerticalAnchorVeryBiasedToBottomHeight.maxInclusiveprivate VerticalAnchorBiasedToBottomHeight.minInclusiveprivate VerticalAnchorTrapezoidHeight.minInclusiveprivate VerticalAnchorUniformHeight.minInclusiveprivate VerticalAnchorVeryBiasedToBottomHeight.minInclusiveprivate VerticalAnchorConstantHeight.valueFields in net.minecraft.world.level.levelgen.heightproviders with type parameters of type VerticalAnchorModifier and TypeFieldDescriptionprivate static com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<VerticalAnchor,HeightProvider>>HeightProvider.CONSTANT_OR_DISPATCH_CODECMethods in net.minecraft.world.level.levelgen.heightproviders that return VerticalAnchorMethods in net.minecraft.world.level.levelgen.heightproviders with parameters of type VerticalAnchorModifier and TypeMethodDescriptionstatic BiasedToBottomHeightBiasedToBottomHeight.of(VerticalAnchor p_161932_, VerticalAnchor p_161933_, int p_161934_)static ConstantHeightConstantHeight.of(VerticalAnchor p_161957_)static TrapezoidHeightTrapezoidHeight.of(VerticalAnchor p_162007_, VerticalAnchor p_162008_)static TrapezoidHeightTrapezoidHeight.of(VerticalAnchor p_162010_, VerticalAnchor p_162011_, int p_162012_)static UniformHeightUniformHeight.of(VerticalAnchor p_162035_, VerticalAnchor p_162036_)static VeryBiasedToBottomHeightVeryBiasedToBottomHeight.of(VerticalAnchor p_162059_, VerticalAnchor p_162060_, int p_162061_)Constructors in net.minecraft.world.level.levelgen.heightproviders with parameters of type VerticalAnchorModifierConstructorDescriptionprivateBiasedToBottomHeight(VerticalAnchor p_161925_, VerticalAnchor p_161926_, int p_161927_)privateConstantHeight(VerticalAnchor p_161950_)privateTrapezoidHeight(VerticalAnchor p_162000_, VerticalAnchor p_162001_, int p_162002_)privateUniformHeight(VerticalAnchor p_162029_, VerticalAnchor p_162030_)privateVeryBiasedToBottomHeight(VerticalAnchor p_162052_, VerticalAnchor p_162053_, int p_162054_)