Package net.minecraft.structure
Class ShipwreckGenerator.Piece
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.SimpleStructurePiece
net.minecraft.structure.ShipwreckGenerator.Piece
- Enclosing class:
- ShipwreckGenerator
public static class ShipwreckGenerator.Piece extends SimpleStructurePiece
- Mappings:
Namespace Name official cxe$a
intermediary net/minecraft/class_3415$class_3416
named net/minecraft/structure/ShipwreckGenerator$Piece
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Fields Modifier and Type Field Description private boolean
grounded
private BlockRotation
rotation
private Identifier
template
Fields inherited from class net.minecraft.structure.SimpleStructurePiece
placementData, pos, structure
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
Constructors Constructor Description Piece(StructureManager manager, CompoundTag tag)
Piece(StructureManager manager, Identifier identifier, BlockPos pos, BlockRotation rotation, boolean grounded)
-
Method Summary
Modifier and Type Method Description boolean
generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)
protected void
handleMetadata(String metadata, BlockPos pos, ServerWorldAccess world, Random random, BlockBox boundingBox)
private void
initializeStructureData(StructureManager manager)
protected void
toNbt(CompoundTag tag)
Methods inherited from class net.minecraft.structure.SimpleStructurePiece
getRotation, setStructureData, translate
Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, fill, fillDownwards, fillHalfEllipsoid, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getOverlappingPiece, getTag, getType, intersectsChunk, isTouchingLiquid, isUnderSeaLevel, orientateChest, setOrientation
-
Field Details
-
rotation
- Mappings:
Namespace Name Mixin selector official d
Lcxe$a;d:Lccm;
intermediary field_14539
Lnet/minecraft/class_3415$class_3416;field_14539:Lnet/minecraft/class_2470;
named rotation
Lnet/minecraft/structure/ShipwreckGenerator$Piece;rotation:Lnet/minecraft/util/BlockRotation;
-
template
- Mappings:
Namespace Name Mixin selector official e
Lcxe$a;e:Lwb;
intermediary field_14537
Lnet/minecraft/class_3415$class_3416;field_14537:Lnet/minecraft/class_2960;
named template
Lnet/minecraft/structure/ShipwreckGenerator$Piece;template:Lnet/minecraft/util/Identifier;
-
grounded
private final boolean grounded- Mappings:
Namespace Name Mixin selector official f
Lcxe$a;f:Z
intermediary field_14538
Lnet/minecraft/class_3415$class_3416;field_14538:Z
named grounded
Lnet/minecraft/structure/ShipwreckGenerator$Piece;grounded:Z
-
-
Constructor Details
-
Piece
public Piece(StructureManager manager, Identifier identifier, BlockPos pos, BlockRotation rotation, boolean grounded)- Mappings:
Namespace Name Mixin selector official <init>
Lcxe$a;<init>(Lcyj;Lwb;Lfx;Lccm;Z)V
intermediary <init>
Lnet/minecraft/class_3415$class_3416;<init>(Lnet/minecraft/class_3485;Lnet/minecraft/class_2960;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Z)V
named <init>
Lnet/minecraft/structure/ShipwreckGenerator$Piece;<init>(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Z)V
-
Piece
- Mappings:
Namespace Name Mixin selector official <init>
Lcxe$a;<init>(Lcyj;Lmq;)V
intermediary <init>
Lnet/minecraft/class_3415$class_3416;<init>(Lnet/minecraft/class_3485;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/ShipwreckGenerator$Piece;<init>(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/nbt/CompoundTag;)V
-
-
Method Details
-
toNbt
- Overrides:
toNbt
in classSimpleStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Lmq;)V
intermediary method_14943
Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_2487;)V
named toNbt
Lnet/minecraft/structure/StructurePiece;toNbt(Lnet/minecraft/nbt/CompoundTag;)V
-
initializeStructureData
- Mappings:
Namespace Name Mixin selector official a
Lcxe$a;a(Lcyj;)V
intermediary method_14837
Lnet/minecraft/class_3415$class_3416;method_14837(Lnet/minecraft/class_3485;)V
named initializeStructureData
Lnet/minecraft/structure/ShipwreckGenerator$Piece;initializeStructureData(Lnet/minecraft/structure/StructureManager;)V
-
handleMetadata
protected void handleMetadata(String metadata, BlockPos pos, ServerWorldAccess world, Random random, BlockBox boundingBox)- Specified by:
handleMetadata
in classSimpleStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Lcxk;a(Ljava/lang/String;Lfx;Lbuj;Ljava/util/Random;Lcwn;)V
intermediary method_15026
Lnet/minecraft/class_3470;method_15026(Ljava/lang/String;Lnet/minecraft/class_2338;Lnet/minecraft/class_5425;Ljava/util/Random;Lnet/minecraft/class_3341;)V
named handleMetadata
Lnet/minecraft/structure/SimpleStructurePiece;handleMetadata(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/ServerWorldAccess;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;)V
-
generate
public boolean generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)- Overrides:
generate
in classSimpleStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Lbuq;Lbum;Lcjn;Ljava/util/Random;Lcwn;Lbta;Lfx;)Z
intermediary method_14931
Lnet/minecraft/class_3443;method_14931(Lnet/minecraft/class_5281;Lnet/minecraft/class_5138;Lnet/minecraft/class_2794;Ljava/util/Random;Lnet/minecraft/class_3341;Lnet/minecraft/class_1923;Lnet/minecraft/class_2338;)Z
named generate
Lnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/BlockPos;)Z
-