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, generate
fillForwardOpening, fillNWOpening, fillSEOpening, isInbounds, toNbt
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
public 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)