Uses of Class
net.minecraft.world.gen.feature.OceanRuinFeature
Packages that use OceanRuinFeature
-
Uses of OceanRuinFeature in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type OceanRuinFeatureModifier and TypeFieldDescriptionstatic final StructureType<OceanRuinFeature>StructureType.OCEAN_RUINMethods in net.minecraft.structure with parameters of type OceanRuinFeatureModifier and TypeMethodDescriptionstatic voidOceanRuinGenerator.addPieces(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, Random random, OceanRuinFeature oceanRuinFeature) private static voidOceanRuinGenerator.method_14822(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, Random random, OceanRuinFeature oceanRuinFeature, boolean large, float integrity) private static voidOceanRuinGenerator.method_14825(StructureManager manager, Random random, BlockRotation rotation, BlockPos pos, OceanRuinFeature oceanRuinFeature, StructurePiecesHolder structurePiecesHolder) -
Uses of OceanRuinFeature in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type OceanRuinFeatureModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<OceanRuinFeature>OceanRuinFeature.CODEC