Package net.minecraft.structure
Class ShipwreckGenerator
java.lang.Object
net.minecraft.structure.ShipwreckGenerator
public class ShipwreckGenerator extends Object
- Mappings:
Namespace Name official cxeintermediary net/minecraft/class_3415named net/minecraft/structure/ShipwreckGenerator
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShipwreckGenerator.Piece -
Field Summary
Fields Modifier and Type Field Description private static Identifier[]BEACHED_TEMPLATESprivate static BlockPosDEFAULT_POSITIONprivate static Identifier[]REGULAR_TEMPLATES -
Constructor Summary
Constructors Constructor Description ShipwreckGenerator() -
Method Summary
Modifier and Type Method Description static voidaddParts(StructureManager structureManager, BlockPos pos, BlockRotation rotation, List<StructurePiece> children, Random random, ShipwreckFeatureConfig config)
-
Field Details
-
DEFAULT_POSITION
- Mappings:
Namespace Name Mixin selector official aLcxe;a:Lfx;intermediary field_14536Lnet/minecraft/class_3415;field_14536:Lnet/minecraft/class_2338;named DEFAULT_POSITIONLnet/minecraft/structure/ShipwreckGenerator;DEFAULT_POSITION:Lnet/minecraft/util/math/BlockPos;
-
BEACHED_TEMPLATES
- Mappings:
Namespace Name Mixin selector official bLcxe;b:[Lwb;intermediary field_14534Lnet/minecraft/class_3415;field_14534:[Lnet/minecraft/class_2960;named BEACHED_TEMPLATESLnet/minecraft/structure/ShipwreckGenerator;BEACHED_TEMPLATES:[Lnet/minecraft/util/Identifier;
-
REGULAR_TEMPLATES
- Mappings:
Namespace Name Mixin selector official cLcxe;c:[Lwb;intermediary field_14535Lnet/minecraft/class_3415;field_14535:[Lnet/minecraft/class_2960;named REGULAR_TEMPLATESLnet/minecraft/structure/ShipwreckGenerator;REGULAR_TEMPLATES:[Lnet/minecraft/util/Identifier;
-
-
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)- Mappings:
Namespace Name Mixin selector official aLcxe;a(Lcyj;Lfx;Lccm;Ljava/util/List;Ljava/util/Random;Lcsf;)Vintermediary method_14834Lnet/minecraft/class_3415;method_14834(Lnet/minecraft/class_3485;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Ljava/util/List;Ljava/util/Random;Lnet/minecraft/class_3172;)Vnamed addPartsLnet/minecraft/structure/ShipwreckGenerator;addParts(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Ljava/util/List;Ljava/util/Random;Lnet/minecraft/world/gen/feature/ShipwreckFeatureConfig;)V
-