Uses of Class
net.minecraft.world.gen.YOffset.Fixed
Package | Description |
---|---|
net.minecraft.world.gen |
-
Uses of YOffset.Fixed in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type YOffset.Fixed Modifier and Type Field Description static com.mojang.serialization.Codec<YOffset.Fixed>
YOffset.Fixed. CODEC
Methods in net.minecraft.world.gen that return types with arguments of type YOffset.Fixed 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.Fixed 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)