Uses of Record Class
net.minecraft.world.level.levelgen.VerticalAnchor.BelowTop
Packages that use VerticalAnchor.BelowTop
-
Uses of VerticalAnchor.BelowTop in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type VerticalAnchor.BelowTopModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VerticalAnchor.BelowTop>
VerticalAnchor.BelowTop.CODEC
Methods in net.minecraft.world.level.levelgen that return types with arguments of type VerticalAnchor.BelowTopModifier 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.BelowTopModifier and TypeMethodDescriptionprivate static VerticalAnchor
VerticalAnchor.merge
(com.mojang.datafixers.util.Either<VerticalAnchor.Absolute, com.mojang.datafixers.util.Either<VerticalAnchor.AboveBottom, VerticalAnchor.BelowTop>> p_158925_)