Package net.minecraft.structure
Class NetherFortressPieces.BridgeCrossing
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressPieces.AbstractPiece
net.minecraft.structure.NetherFortressPieces.BridgeCrossing
- Direct Known Subclasses:
NetherFortressPieces.StartPiece
- Enclosing class:
- NetherFortressPieces
- Mappings:
Namespace Name official avw$aintermediary net/minecraft/class_1261$class_1262named net/minecraft/structure/NetherFortressPieces$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
boundingBox, chainLength -
Constructor Summary
ConstructorsModifierConstructorDescriptionBridgeCrossing(int chainLength, Random random, BlockBox boundingBox, Direction orientation) protectedBridgeCrossing(Random random, int x, int z) -
Method Summary
Modifier and TypeMethodDescriptioncreate(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction boundingBox, int chainLength) voidfillOpenings(StructurePiece start, List<StructurePiece> pieces, Random random) booleanMethods inherited from class net.minecraft.structure.NetherFortressPieces.AbstractPiece
deserialize, fillForwardOpening, fillNWOpening, fillSEOpening, isInbounds, serializeMethods inherited from class net.minecraft.structure.StructurePiece
addBlockWithRandomThreshold, applyXTransform, applyYTransform, applyZTransform, clearBlocksUpwards, fillAirAndLiquidsDownwards, fillHalfEllipsoid, fillRandomized, fillWithOutline, fillWithOutlineUnderSeaLevel, fromNbt, getBlockAt, getBoundingBox, getCenterBlockPos, getChainLength, getOverlappingPiece, isTouchingLiquid, method_11851, method_11852, method_11853, method_11854, placeDoor, setAir, setBlockState, toNbt, translate
-
Constructor Details
-
BridgeCrossing
public BridgeCrossing() -
BridgeCrossing
- Mappings:
Namespace Name Mixin selector official <init>Lavw$a;<init>(ILjava/util/Random;Lavp;Lcs;)Vintermediary <init>Lnet/minecraft/class_1261$class_1262;<init>(ILjava/util/Random;Lnet/minecraft/class_1251;Lnet/minecraft/class_1354;)Vnamed <init>Lnet/minecraft/structure/NetherFortressPieces$BridgeCrossing;<init>(ILjava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
BridgeCrossing
- Mappings:
Namespace Name Mixin selector official <init>Lavw$a;<init>(Ljava/util/Random;II)Vintermediary <init>Lnet/minecraft/class_1261$class_1262;<init>(Ljava/util/Random;II)Vnamed <init>Lnet/minecraft/structure/NetherFortressPieces$BridgeCrossing;<init>(Ljava/util/Random;II)V
-
-
Method Details
-
fillOpenings
- Overrides:
fillOpeningsin classStructurePiece- Mappings:
Namespace Name Mixin selector official aLawg;a(Lawg;Ljava/util/List;Ljava/util/Random;)Vintermediary method_54Lnet/minecraft/class_34;method_54(Lnet/minecraft/class_34;Ljava/util/List;Ljava/util/Random;)Vnamed fillOpeningsLnet/minecraft/structure/StructurePiece;fillOpenings(Lnet/minecraft/structure/StructurePiece;Ljava/util/List;Ljava/util/Random;)V
-
create
public static NetherFortressPieces.BridgeCrossing create(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction boundingBox, int chainLength) - Mappings:
Namespace Name Mixin selector official aLavw$a;a(Ljava/util/List;Ljava/util/Random;IIILcs;I)Lavw$a;intermediary method_4059Lnet/minecraft/class_1261$class_1262;method_4059(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_1354;I)Lnet/minecraft/class_1261$class_1262;named createLnet/minecraft/structure/NetherFortressPieces$BridgeCrossing;create(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressPieces$BridgeCrossing;
-
generate
- Specified by:
generatein classStructurePiece- Mappings:
Namespace Name Mixin selector official aLawg;a(Laht;Ljava/util/Random;Lavp;)Zintermediary method_58Lnet/minecraft/class_34;method_58(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_1251;)Znamed generateLnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;)Z
-