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