Package net.minecraft.structure
Class ShipwreckGenerator
java.lang.Object
net.minecraft.structure.ShipwreckGenerator
public class ShipwreckGenerator extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShipwreckGenerator.Piece
-
Field Summary
Fields Modifier and Type Field Description private static Identifier[]
BEACHED_TEMPLATES
private static BlockPos
field_14536
private static Identifier[]
REGULAR_TEMPLATES
-
Constructor Summary
Constructors Constructor Description ShipwreckGenerator()
-
Method Summary
Modifier and Type Method Description static void
addParts(StructureManager structureManager, BlockPos pos, BlockRotation rotation, List<StructurePiece> children, Random random, ShipwreckFeatureConfig config)
-
Field Details
-
field_14536
-
BEACHED_TEMPLATES
-
REGULAR_TEMPLATES
-
-
Constructor Details
-
ShipwreckGenerator
public ShipwreckGenerator()
-
-
Method Details
-
addParts
public static void addParts(StructureManager structureManager, BlockPos pos, BlockRotation rotation, List<StructurePiece> children, Random random, ShipwreckFeatureConfig config)
-