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
- Mappings:
Namespace Name official cwv$a
intermediary net/minecraft/class_3390$class_3391
named net/minecraft/structure/NetherFortressGenerator$BridgeCrossing
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
Constructors Modifier Constructor Description BridgeCrossing(int chainLength, BlockBox boundingBox, Direction orientation)
protected
BridgeCrossing(Random random, int x, int z)
BridgeCrossing(StructureManager structureManager, CompoundTag nbt)
protected
BridgeCrossing(StructurePieceType type, CompoundTag tag)
-
Method Summary
Modifier and Type Method Description static NetherFortressGenerator.BridgeCrossing
create(List<StructurePiece> pieces, int x, int y, int z, Direction orientation, int chainLength)
void
fillOpenings(StructurePiece start, List<StructurePiece> pieces, Random random)
boolean
generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)
Methods inherited from class net.minecraft.structure.NetherFortressGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, isInBounds, toNbt
Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, fill, fillDownwards, fillHalfEllipsoid, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getOverlappingPiece, getRotation, getTag, getType, intersectsChunk, isTouchingLiquid, isUnderSeaLevel, orientateChest, setOrientation, translate
-
Constructor Details
-
BridgeCrossing
- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$a;<init>(ILcwn;Lgc;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3391;<init>(ILnet/minecraft/class_3341;Lnet/minecraft/class_2350;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$BridgeCrossing;<init>(ILnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
BridgeCrossing
- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$a;<init>(Ljava/util/Random;II)V
intermediary <init>
Lnet/minecraft/class_3390$class_3391;<init>(Ljava/util/Random;II)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$BridgeCrossing;<init>(Ljava/util/Random;II)V
-
BridgeCrossing
- Mappings:
Namespace Name Mixin selector official <init>
Lcxh;<init>(Lcqk;Lmq;)V
intermediary <init>
Lnet/minecraft/class_3443;<init>(Lnet/minecraft/class_3773;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/StructurePiece;<init>(Lnet/minecraft/structure/StructurePieceType;Lnet/minecraft/nbt/CompoundTag;)V
-
BridgeCrossing
- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$a;<init>(Lcyj;Lmq;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3391;<init>(Lnet/minecraft/class_3485;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$BridgeCrossing;<init>(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/nbt/CompoundTag;)V
-
-
Method Details
-
fillOpenings
- Overrides:
fillOpenings
in classStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Lcxh;Ljava/util/List;Ljava/util/Random;)V
intermediary method_14918
Lnet/minecraft/class_3443;method_14918(Lnet/minecraft/class_3443;Ljava/util/List;Ljava/util/Random;)V
named fillOpenings
Lnet/minecraft/structure/StructurePiece;fillOpenings(Lnet/minecraft/structure/StructurePiece;Ljava/util/List;Ljava/util/Random;)V
-
create
public static NetherFortressGenerator.BridgeCrossing create(List<StructurePiece> pieces, int x, int y, int z, Direction orientation, int chainLength)- Mappings:
Namespace Name Mixin selector official a
Lcwv$a;a(Ljava/util/List;IIILgc;I)Lcwv$a;
intermediary method_14796
Lnet/minecraft/class_3390$class_3391;method_14796(Ljava/util/List;IIILnet/minecraft/class_2350;I)Lnet/minecraft/class_3390$class_3391;
named create
Lnet/minecraft/structure/NetherFortressGenerator$BridgeCrossing;create(Ljava/util/List;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressGenerator$BridgeCrossing;
-
generate
public boolean generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)- Specified by:
generate
in classStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Lbuq;Lbum;Lcjn;Ljava/util/Random;Lcwn;Lbta;Lfx;)Z
intermediary method_14931
Lnet/minecraft/class_3443;method_14931(Lnet/minecraft/class_5281;Lnet/minecraft/class_5138;Lnet/minecraft/class_2794;Ljava/util/Random;Lnet/minecraft/class_3341;Lnet/minecraft/class_1923;Lnet/minecraft/class_2338;)Z
named generate
Lnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/BlockPos;)Z
-