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
-
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>bridgePiecesList<NetherFortressGenerator.PieceData>corridorPiecesNetherFortressGenerator.PieceDatalastPieceList<StructurePiece>piecesFields 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 compoundTag) -
Method Summary
Methods inherited from class net.minecraft.structure.NetherFortressGenerator.BridgeCrossing
create, fillOpenings, generateMethods inherited from class net.minecraft.structure.NetherFortressGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, isInbounds, toNbtMethods 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
-
bridgePieces
-
corridorPieces
-
pieces
-
-
Constructor Details
-
Start
-
Start
-