public static class NetherFortressGenerator.Start extends NetherFortressGenerator.BridgeCrossing
StructurePiece.BlockRandomizer| Modifier and Type | Field and Description |
|---|---|
List<NetherFortressGenerator.PieceData> |
bridgePieces |
List<NetherFortressGenerator.PieceData> |
corridorPieces |
NetherFortressGenerator.PieceData |
lastPiece |
List<StructurePiece> |
pieces |
AIR, boundingBox, chainLength| Constructor and Description |
|---|
Start(Random random,
int x,
int z) |
Start(StructureManager structureManager,
CompoundTag compoundTag) |
create, fillOpenings, generatefillForwardOpening, fillNWOpening, fillSEOpening, isInbounds, toNbtaddBlock, 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, translatepublic NetherFortressGenerator.PieceData lastPiece
public List<NetherFortressGenerator.PieceData> bridgePieces
public List<NetherFortressGenerator.PieceData> corridorPieces
public final List<StructurePiece> pieces
public Start(Random random, int x, int z)
public Start(StructureManager structureManager, CompoundTag compoundTag)