Uses of Record Class
net.minecraft.world.level.levelgen.VerticalAnchor.AboveBottom
Packages that use VerticalAnchor.AboveBottom
-
Uses of VerticalAnchor.AboveBottom in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type VerticalAnchor.AboveBottomModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VerticalAnchor.AboveBottom> VerticalAnchor.AboveBottom.CODECMethods in net.minecraft.world.level.levelgen that return types with arguments of type VerticalAnchor.AboveBottomModifier and TypeMethodDescriptionprivate static com.mojang.datafixers.util.Either<VerticalAnchor.Absolute, com.mojang.datafixers.util.Either<VerticalAnchor.AboveBottom, VerticalAnchor.BelowTop>> VerticalAnchor.split(VerticalAnchor p_158927_) Method parameters in net.minecraft.world.level.levelgen with type arguments of type VerticalAnchor.AboveBottomModifier and TypeMethodDescriptionprivate static VerticalAnchorVerticalAnchor.merge(com.mojang.datafixers.util.Either<VerticalAnchor.Absolute, com.mojang.datafixers.util.Either<VerticalAnchor.AboveBottom, VerticalAnchor.BelowTop>> p_158925_)