Uses of Class
net.minecraft.world.gen.YOffset.AboveBottom
Package | Description |
---|---|
net.minecraft.world.gen |
-
Uses of YOffset.AboveBottom in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type YOffset.AboveBottom Modifier and Type Field Description static com.mojang.serialization.Codec<YOffset.AboveBottom>
YOffset.AboveBottom. CODEC
Methods in net.minecraft.world.gen that return types with arguments of type YOffset.AboveBottom Modifier and Type Method Description private static com.mojang.datafixers.util.Either<YOffset.Fixed,com.mojang.datafixers.util.Either<YOffset.AboveBottom,YOffset.BelowTop>>
YOffset. map(YOffset yOffset)
Method parameters in net.minecraft.world.gen with type arguments of type YOffset.AboveBottom Modifier and Type Method Description private static YOffset
YOffset. fromEither(com.mojang.datafixers.util.Either<YOffset.Fixed,com.mojang.datafixers.util.Either<YOffset.AboveBottom,YOffset.BelowTop>> either)