Package net.minecraft.structure
Class NetherFortressGenerator.BridgeCrossing
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressGenerator.Piece
net.minecraft.structure.NetherFortressGenerator.BridgeCrossing
- Direct Known Subclasses:
NetherFortressGenerator.Start
- Enclosing class:
- NetherFortressGenerator
public static class NetherFortressGenerator.BridgeCrossing extends NetherFortressGenerator.Piece
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description BridgeCrossing(int int2, BlockBox blockBox, Direction direction)protectedBridgeCrossing(Random random, int x, int z)BridgeCrossing(StructureManager structureManager, CompoundTag compoundTag)protectedBridgeCrossing(StructurePieceType type, CompoundTag tag) -
Method Summary
Modifier and Type Method Description booleangenerate(ServerWorldAccess serverWorldAccess, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos blockPos)static NetherFortressGenerator.BridgeCrossingmethod_14796(List<StructurePiece> list, int int2, int int3, int int4, Direction direction, int int5)voidplaceJigsaw(StructurePiece structurePiece, List<StructurePiece> list, Random random)Methods inherited from class net.minecraft.structure.NetherFortressGenerator.Piece
method_14808, method_14809, method_14812, method_14814, toNbtMethods inherited from class net.minecraft.structure.StructurePiece
addBlock, 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, translate
-
Constructor Details
-
Method Details
-
placeJigsaw
- Overrides:
placeJigsawin classStructurePiece
-
method_14796
public static NetherFortressGenerator.BridgeCrossing method_14796(List<StructurePiece> list, int int2, int int3, int int4, Direction direction, int int5) -
generate
public boolean generate(ServerWorldAccess serverWorldAccess, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos blockPos)- Specified by:
generatein classStructurePiece
-