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_RUINMethods in net.minecraft.structure with parameters of type OceanRuinStructureModifier and TypeMethodDescriptionstatic voidOceanRuinGenerator.addPieces(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, AbstractRandom random, OceanRuinStructure oceanRuinStructure) private static voidOceanRuinGenerator.method_14822(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, AbstractRandom random, OceanRuinStructure oceanRuinStructure, boolean large, float integrity) private static voidOceanRuinGenerator.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