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_RUIN
Methods in net.minecraft.structure with parameters of type OceanRuinFeatureModifier and TypeMethodDescriptionstatic void
OceanRuinGenerator.addPieces
(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, AbstractRandom abstractRandom, OceanRuinFeature oceanRuinFeature) private static void
OceanRuinGenerator.method_14822
(StructureManager manager, BlockPos pos, BlockRotation rotation, StructurePiecesHolder holder, AbstractRandom abstractRandom, OceanRuinFeature oceanRuinFeature, boolean large, float integrity) private static void
OceanRuinGenerator.method_14825
(StructureManager manager, AbstractRandom abstractRandom, 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