Package net.minecraft.structure
Class NetherFortressGenerator.BridgeSmallCrossing
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressGenerator.Piece
net.minecraft.structure.NetherFortressGenerator.BridgeSmallCrossing
- Enclosing class:
- NetherFortressGenerator
public static class NetherFortressGenerator.BridgeSmallCrossing extends NetherFortressGenerator.Piece
- Mappings:
Namespace Name official cwv$o
intermediary net/minecraft/class_3390$class_3405
named net/minecraft/structure/NetherFortressGenerator$BridgeSmallCrossing
-
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 Constructor Description BridgeSmallCrossing(int chainLength, BlockBox boundingBox, Direction orientation)
BridgeSmallCrossing(StructureManager structureManager, CompoundTag nbt)
-
Method Summary
Modifier and Type Method Description static NetherFortressGenerator.BridgeSmallCrossing
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
-
BridgeSmallCrossing
- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$o;<init>(ILcwn;Lgc;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3405;<init>(ILnet/minecraft/class_3341;Lnet/minecraft/class_2350;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$BridgeSmallCrossing;<init>(ILnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
BridgeSmallCrossing
- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$o;<init>(Lcyj;Lmq;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3405;<init>(Lnet/minecraft/class_3485;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$BridgeSmallCrossing;<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.BridgeSmallCrossing create(List<StructurePiece> pieces, int x, int y, int z, Direction orientation, int chainLength)- Mappings:
Namespace Name Mixin selector official a
Lcwv$o;a(Ljava/util/List;IIILgc;I)Lcwv$o;
intermediary method_14817
Lnet/minecraft/class_3390$class_3405;method_14817(Ljava/util/List;IIILnet/minecraft/class_2350;I)Lnet/minecraft/class_3390$class_3405;
named create
Lnet/minecraft/structure/NetherFortressGenerator$BridgeSmallCrossing;create(Ljava/util/List;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressGenerator$BridgeSmallCrossing;
-
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
-