Package net.minecraft.structure
Class NetherFortressGenerator.BridgePlatform
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressGenerator.Piece
net.minecraft.structure.NetherFortressGenerator.BridgePlatform
- Enclosing class:
- NetherFortressGenerator
public static class NetherFortressGenerator.BridgePlatform extends NetherFortressGenerator.Piece
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
Fields Modifier and Type Field Description private booleanhasBlazeSpawner -
Constructor Summary
Constructors Constructor Description BridgePlatform(int int2, BlockBox blockBox, Direction direction)BridgePlatform(StructureManager structureManager, CompoundTag compoundTag) -
Method Summary
Modifier and Type Method Description booleangenerate(ServerWorldAccess serverWorldAccess, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos blockPos)static NetherFortressGenerator.BridgePlatformmethod_14807(List<StructurePiece> list, int int2, int int3, int int4, int int5, Direction direction)protected voidtoNbt(CompoundTag tag)Methods inherited from class net.minecraft.structure.NetherFortressGenerator.Piece
method_14808, method_14809, method_14812, method_14814Methods 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, placeJigsaw, setOrientation, translate
-
Field Details
-
hasBlazeSpawner
private boolean hasBlazeSpawner
-
-
Constructor Details
-
Method Details
-
toNbt
- Overrides:
toNbtin classNetherFortressGenerator.Piece
-
method_14807
public static NetherFortressGenerator.BridgePlatform method_14807(List<StructurePiece> list, int int2, int int3, int int4, int int5, Direction direction) -
generate
public boolean generate(ServerWorldAccess serverWorldAccess, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos blockPos)- Specified by:
generatein classStructurePiece
-