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