Package net.minecraft.structure
Class NetherFortressPieces.StartPiece
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressPieces.AbstractPiece
net.minecraft.structure.NetherFortressPieces.BridgeCrossing
net.minecraft.structure.NetherFortressPieces.StartPiece
- Enclosing class:
- NetherFortressPieces
- Mappings:
Namespace Name official aqj$qintermediary net/minecraft/class_1261$class_1278named net/minecraft/structure/NetherFortressPieces$StartPiece
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class net.minecraft.structure.NetherFortressPieces.AbstractPiece
POSSIBLE_CHEST_CONTENTSFields inherited from class net.minecraft.structure.StructurePiece
boundingBox, chainLength, facing -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeserialize(NbtCompound structureNbt) protected voidserialize(NbtCompound structureNbt) Methods inherited from class net.minecraft.structure.NetherFortressPieces.BridgeCrossing
create, fillOpenings, generateMethods inherited from class net.minecraft.structure.NetherFortressPieces.AbstractPiece
fillForwardOpening, fillNWOpening, fillSEOpening, isInboundsMethods inherited from class net.minecraft.structure.StructurePiece
addBlockWithRandomThreshold, applyXTransform, applyYTransform, applyZTransform, clearBlocksUpwards, fillAirAndLiquidsDownwards, fillHalfEllipsoid, fillRandomized, fillWithOutline, fillWithOutlineUnderSeaLevel, fromNbt, getBlockAt, getBoundingBox, getCenterBlockPos, getChainLength, getData, getOverlappingPiece, isTouchingLiquid, placeChest, placeDispenser, placeDoor, setAir, setBlockState, toNbt, translate
-
Field Details
-
lastPiece
- Mappings:
Namespace Name Mixin selector official bLaqj$q;b:Laqj$n;intermediary field_4928Lnet/minecraft/class_1261$class_1278;field_4928:Lnet/minecraft/class_1261$class_1275;named lastPieceLnet/minecraft/structure/NetherFortressPieces$StartPiece;lastPiece:Lnet/minecraft/structure/NetherFortressPieces$PieceData;
-
bridgePieces
- Mappings:
Namespace Name Mixin selector official cLaqj$q;c:Ljava/util/List;intermediary field_4929Lnet/minecraft/class_1261$class_1278;field_4929:Ljava/util/List;named bridgePiecesLnet/minecraft/structure/NetherFortressPieces$StartPiece;bridgePieces:Ljava/util/List;
-
corridorPieces
- Mappings:
Namespace Name Mixin selector official dLaqj$q;d:Ljava/util/List;intermediary field_4930Lnet/minecraft/class_1261$class_1278;field_4930:Ljava/util/List;named corridorPiecesLnet/minecraft/structure/NetherFortressPieces$StartPiece;corridorPieces:Ljava/util/List;
-
pieces
- Mappings:
Namespace Name Mixin selector official eLaqj$q;e:Ljava/util/List;intermediary field_10187Lnet/minecraft/class_1261$class_1278;field_10187:Ljava/util/List;named piecesLnet/minecraft/structure/NetherFortressPieces$StartPiece;pieces:Ljava/util/List;
-
-
Constructor Details
-
StartPiece
public StartPiece() -
StartPiece
- Mappings:
Namespace Name Mixin selector official <init>Laqj$a;<init>(Ljava/util/Random;II)Vintermediary <init>Lnet/minecraft/class_1261$class_1262;<init>(Ljava/util/Random;II)Vnamed <init>Lnet/minecraft/structure/NetherFortressPieces$BridgeCrossing;<init>(Ljava/util/Random;II)V
-
-
Method Details
-
deserialize
- Overrides:
deserializein classNetherFortressPieces.AbstractPiece- Mappings:
Namespace Name Mixin selector official bLaqt;b(Ldn;)Vintermediary method_5530Lnet/minecraft/class_34;method_5530(Lnet/minecraft/class_322;)Vnamed deserializeLnet/minecraft/structure/StructurePiece;deserialize(Lnet/minecraft/nbt/NbtCompound;)V
-
serialize
- Overrides:
serializein classNetherFortressPieces.AbstractPiece- Mappings:
Namespace Name Mixin selector official aLaqt;a(Ldn;)Vintermediary method_5528Lnet/minecraft/class_34;method_5528(Lnet/minecraft/class_322;)Vnamed serializeLnet/minecraft/structure/StructurePiece;serialize(Lnet/minecraft/nbt/NbtCompound;)V
-