Package net.minecraft.structure
Class StrongholdGenerator.Start
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.StrongholdGenerator.Piece
net.minecraft.structure.StrongholdGenerator.SpiralStaircase
net.minecraft.structure.StrongholdGenerator.Start
- Enclosing class:
- StrongholdGenerator
public static class StrongholdGenerator.Start extends StrongholdGenerator.SpiralStaircase
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StrongholdGenerator.Piece
StrongholdGenerator.Piece.EntranceType
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Fields Modifier and Type Field Description StrongholdGenerator.PieceData
lastPiece
List<StructurePiece>
pieces
StrongholdGenerator.PortalRoom
portalRoom
Fields inherited from class net.minecraft.structure.StrongholdGenerator.Piece
entryDoor
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
Constructors Constructor Description Start(Random random, int int2, int int3)
Start(StructureManager structureManager, CompoundTag compoundTag)
-
Method Summary
Methods inherited from class net.minecraft.structure.StrongholdGenerator.SpiralStaircase
create, fillOpenings, generate, toNbt
Methods inherited from class net.minecraft.structure.StrongholdGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, generateEntrance, getRandomEntrance, isInbounds
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
-
portalRoom
-
pieces
-
-
Constructor Details
-
Start
-
Start
-