Uses of Record Class
net.minecraft.world.level.levelgen.placement.OffsetPlacement
Packages that use OffsetPlacement
-
Uses of OffsetPlacement in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement with type parameters of type OffsetPlacementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<OffsetPlacement> OffsetPlacement.CODECMethods in net.minecraft.world.level.levelgen.placement that return OffsetPlacementModifier and TypeMethodDescriptionstatic OffsetPlacementOffsetPlacement.above()static OffsetPlacementOffsetPlacement.horizontal(IntProvider xzSpread) static OffsetPlacementOffsetPlacement.of(int x, int y, int z) static OffsetPlacementstatic OffsetPlacementOffsetPlacement.of(IntProvider xzSpread, IntProvider ySpread) static OffsetPlacementOffsetPlacement.ofTriangle(int xzRange, int yRange) static OffsetPlacementOffsetPlacement.vertical(IntProvider ySpread) Methods in net.minecraft.world.level.levelgen.placement that return types with arguments of type OffsetPlacementModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<OffsetPlacement> OffsetPlacement.codec()