Uses of Record Class
net.minecraft.world.gen.YOffset.AboveBottom
Packages that use YOffset.AboveBottom
-
Uses of YOffset.AboveBottom in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type YOffset.AboveBottomModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<YOffset.AboveBottom> YOffset.AboveBottom.CODEC
Methods in net.minecraft.world.gen that return types with arguments of type YOffset.AboveBottomModifier and TypeMethodDescriptionprivate static com.mojang.datafixers.util.Either
<YOffset.Fixed, com.mojang.datafixers.util.Either<YOffset.AboveBottom, YOffset.BelowTop>> Method parameters in net.minecraft.world.gen with type arguments of type YOffset.AboveBottomModifier and TypeMethodDescriptionprivate static YOffset
YOffset.fromEither
(com.mojang.datafixers.util.Either<YOffset.Fixed, com.mojang.datafixers.util.Either<YOffset.AboveBottom, YOffset.BelowTop>> either)