-
Methods in net.minecraft.structure with parameters of type NetherFortressGenerator.Start
Modifier and Type |
Method |
Description |
protected @Nullable StructurePiece |
NetherFortressGenerator.Piece.fillForwardOpening(NetherFortressGenerator.Start start,
class_6130 class_6130,
Random random,
int leftRightOffset,
int heightOffset,
boolean inside) |
|
protected @Nullable StructurePiece |
NetherFortressGenerator.Piece.fillNWOpening(NetherFortressGenerator.Start start,
class_6130 class_6130,
Random random,
int heightOffset,
int leftRightOffset,
boolean inside) |
|
protected @Nullable StructurePiece |
NetherFortressGenerator.Piece.fillSEOpening(NetherFortressGenerator.Start start,
class_6130 class_6130,
Random random,
int heightOffset,
int leftRightOffset,
boolean inside) |
|
private NetherFortressGenerator.Piece |
NetherFortressGenerator.Piece.pickPiece(NetherFortressGenerator.Start start,
List<NetherFortressGenerator.PieceData> possiblePieces,
class_6130 class_6130,
Random random,
int x,
int y,
int z,
Direction orientation,
int chainLength) |
|
private StructurePiece |
NetherFortressGenerator.Piece.pieceGenerator(NetherFortressGenerator.Start start,
class_6130 class_6130,
Random random,
int x,
int y,
int z,
@Nullable Direction orientation,
int chainLength,
boolean inside) |
|