Uses of Class
net.minecraft.world.gen.structure.OceanRuinStructure
Packages that use OceanRuinStructure
-
Uses of OceanRuinStructure in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type OceanRuinStructureModifier and TypeMethodDescriptionprivate static void
OceanRuinGenerator.addCluster
(StructureTemplateManager manager, Random random, BlockRotation rotation, BlockPos pos, OceanRuinStructure structure, StructurePiecesHolder pieces) static void
OceanRuinGenerator.addPieces
(StructureTemplateManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, Random random, OceanRuinStructure structure) private static void
OceanRuinGenerator.addPieces
(StructureTemplateManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, Random random, OceanRuinStructure structure, boolean large, float integrity) -
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
static final StructureType<OceanRuinStructure>
StructureType.OCEAN_RUIN