public static class NetherFortressGenerator.BridgeCrossing extends NetherFortressGenerator.Piece
StructurePiece.BlockRandomizerAIR, boundingBox, length| Modifier | Constructor and Description |
|---|---|
|
BridgeCrossing(int int2,
BlockBox blockBox,
Direction direction) |
protected |
BridgeCrossing(Random random,
int x,
int z) |
|
BridgeCrossing(StructureManager structureManager,
CompoundTag compoundTag) |
protected |
BridgeCrossing(StructurePieceType type,
CompoundTag tag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(IWorld world,
StructureAccessor structureAccessor,
ChunkGenerator<?> chunkGenerator,
Random random,
BlockBox boundingBox,
ChunkPos chunkPos,
BlockPos blockPos) |
static NetherFortressGenerator.BridgeCrossing |
method_14796(List<StructurePiece> list,
int int2,
int int3,
int int4,
Direction direction,
int int5) |
void |
placeJigsaw(StructurePiece structurePiece,
List<StructurePiece> list,
Random random) |
method_14808, method_14809, method_14812, method_14814, toNbtaddBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, fill, fillWithOutline, fillWithOutline, fillWithOutlineUnderSealevel, getBlockAt, getBoundingBox, getFacing, getLength, getOverlappingPiece, getRotation, getTag, getType, intersectsChunk, isUnderSeaLevel, method_14916, method_14919, method_14936, method_14937, setOrientation, translateprotected BridgeCrossing(Random random, int x, int z)
protected BridgeCrossing(StructurePieceType type, CompoundTag tag)
public BridgeCrossing(StructureManager structureManager, CompoundTag compoundTag)
public void placeJigsaw(StructurePiece structurePiece, List<StructurePiece> list, Random random)
placeJigsaw in class StructurePiecepublic static NetherFortressGenerator.BridgeCrossing method_14796(List<StructurePiece> list, int int2, int int3, int int4, Direction direction, int int5)
public boolean generate(IWorld world, StructureAccessor structureAccessor, ChunkGenerator<?> chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos blockPos)
generate in class StructurePiece