Uses of Class
net.minecraft.structure.NetherFortressPieces.StartPiece
Packages that use NetherFortressPieces.StartPiece
-
Uses of NetherFortressPieces.StartPiece in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type NetherFortressPieces.StartPieceModifier and TypeMethodDescriptionprotected StructurePieceNetherFortressPieces.AbstractPiece.fillForwardOpening(NetherFortressPieces.StartPiece start, List<StructurePiece> pieces, Random random, int leftRightOffset, int heightOffset, boolean inside) protected StructurePieceNetherFortressPieces.AbstractPiece.fillNWOpening(NetherFortressPieces.StartPiece start, List<StructurePiece> pieces, Random random, int heightOffset, int leftRightOffset, boolean inside) protected StructurePieceNetherFortressPieces.AbstractPiece.fillSEOpening(NetherFortressPieces.StartPiece start, List<StructurePiece> pieces, Random random, int heightOffset, int leftRightOffset, boolean inside) private StructurePieceNetherFortressPieces.AbstractPiece.generate(NetherFortressPieces.StartPiece start, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength, boolean inside) NetherFortressPieces.AbstractPiece.pickPiece(NetherFortressPieces.StartPiece start, List<NetherFortressPieces.PieceData> possiblePieces, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)