Package net.minecraft.structure
Class NetherFortressGenerator.Start
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressGenerator.Piece
net.minecraft.structure.NetherFortressGenerator.BridgeCrossing
net.minecraft.structure.NetherFortressGenerator.Start
- Enclosing class:
- NetherFortressGenerator
public static class NetherFortressGenerator.Start extends NetherFortressGenerator.BridgeCrossing
- Mappings:
Namespace Name official cwv$q
intermediary net/minecraft/class_3390$class_3407
named net/minecraft/structure/NetherFortressGenerator$Start
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Fields Modifier and Type Field Description List<NetherFortressGenerator.PieceData>
bridgePieces
List<NetherFortressGenerator.PieceData>
corridorPieces
NetherFortressGenerator.PieceData
lastPiece
List<StructurePiece>
pieces
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
Constructors Constructor Description Start(Random random, int x, int z)
Start(StructureManager structureManager, CompoundTag nbt)
-
Method Summary
Methods inherited from class net.minecraft.structure.NetherFortressGenerator.BridgeCrossing
create, fillOpenings, generate
Methods inherited from class net.minecraft.structure.NetherFortressGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, isInBounds, toNbt
Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, fill, fillDownwards, fillHalfEllipsoid, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getOverlappingPiece, getRotation, getTag, getType, intersectsChunk, isTouchingLiquid, isUnderSeaLevel, orientateChest, setOrientation, translate
-
Field Details
-
lastPiece
- Mappings:
Namespace Name Mixin selector official a
Lcwv$q;a:Lcwv$n;
intermediary field_14506
Lnet/minecraft/class_3390$class_3407;field_14506:Lnet/minecraft/class_3390$class_3404;
named lastPiece
Lnet/minecraft/structure/NetherFortressGenerator$Start;lastPiece:Lnet/minecraft/structure/NetherFortressGenerator$PieceData;
-
bridgePieces
- Mappings:
Namespace Name Mixin selector official b
Lcwv$q;b:Ljava/util/List;
intermediary field_14507
Lnet/minecraft/class_3390$class_3407;field_14507:Ljava/util/List;
named bridgePieces
Lnet/minecraft/structure/NetherFortressGenerator$Start;bridgePieces:Ljava/util/List;
-
corridorPieces
- Mappings:
Namespace Name Mixin selector official c
Lcwv$q;c:Ljava/util/List;
intermediary field_14504
Lnet/minecraft/class_3390$class_3407;field_14504:Ljava/util/List;
named corridorPieces
Lnet/minecraft/structure/NetherFortressGenerator$Start;corridorPieces:Ljava/util/List;
-
pieces
- Mappings:
Namespace Name Mixin selector official d
Lcwv$q;d:Ljava/util/List;
intermediary field_14505
Lnet/minecraft/class_3390$class_3407;field_14505:Ljava/util/List;
named pieces
Lnet/minecraft/structure/NetherFortressGenerator$Start;pieces:Ljava/util/List;
-
-
Constructor Details
-
Start
- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$a;<init>(Ljava/util/Random;II)V
intermediary <init>
Lnet/minecraft/class_3390$class_3391;<init>(Ljava/util/Random;II)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$BridgeCrossing;<init>(Ljava/util/Random;II)V
-
Start
- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$a;<init>(Lcyj;Lmq;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3391;<init>(Lnet/minecraft/class_3485;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$BridgeCrossing;<init>(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/nbt/CompoundTag;)V
-