Package net.minecraft.structure
Class ShipwreckGenerator
java.lang.Object
net.minecraft.structure.ShipwreckGenerator
public class ShipwreckGenerator extends Object
- Mappings:
Namespace Name official cxe
intermediary net/minecraft/class_3415
named net/minecraft/structure/ShipwreckGenerator
-
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
DEFAULT_POSITION
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
-
DEFAULT_POSITION
- Mappings:
Namespace Name Mixin selector official a
Lcxe;a:Lfx;
intermediary field_14536
Lnet/minecraft/class_3415;field_14536:Lnet/minecraft/class_2338;
named DEFAULT_POSITION
Lnet/minecraft/structure/ShipwreckGenerator;DEFAULT_POSITION:Lnet/minecraft/util/math/BlockPos;
-
BEACHED_TEMPLATES
- Mappings:
Namespace Name Mixin selector official b
Lcxe;b:[Lwb;
intermediary field_14534
Lnet/minecraft/class_3415;field_14534:[Lnet/minecraft/class_2960;
named BEACHED_TEMPLATES
Lnet/minecraft/structure/ShipwreckGenerator;BEACHED_TEMPLATES:[Lnet/minecraft/util/Identifier;
-
REGULAR_TEMPLATES
- Mappings:
Namespace Name Mixin selector official c
Lcxe;c:[Lwb;
intermediary field_14535
Lnet/minecraft/class_3415;field_14535:[Lnet/minecraft/class_2960;
named REGULAR_TEMPLATES
Lnet/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 a
Lcxe;a(Lcyj;Lfx;Lccm;Ljava/util/List;Ljava/util/Random;Lcsf;)V
intermediary method_14834
Lnet/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;)V
named addParts
Lnet/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
-