Uses of Class
net.minecraft.world.gen.structure.OceanRuinStructure
Packages that use OceanRuinStructure
-
Uses of OceanRuinStructure in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type OceanRuinStructureModifier and TypeFieldDescriptionstatic final StructureType<OceanRuinStructure>
StructureType.OCEAN_RUIN
Methods in net.minecraft.structure with parameters of type OceanRuinStructureModifier and TypeMethodDescriptionstatic void
OceanRuinGenerator.addPieces
(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, AbstractRandom random, OceanRuinStructure oceanRuinStructure) private static void
OceanRuinGenerator.method_14822
(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, AbstractRandom random, OceanRuinStructure oceanRuinStructure, boolean large, float integrity) private static void
OceanRuinGenerator.method_14825
(StructureManager manager, AbstractRandom random, BlockRotation rotation, BlockPos pos, OceanRuinStructure oceanRuinStructure, StructurePiecesHolder structurePiecesHolder) -
Uses of OceanRuinStructure in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure with type parameters of type OceanRuinStructureModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<OceanRuinStructure>
OceanRuinStructure.CODEC