Package net.minecraft.structure
Class NetherFortressPieces.BridgeSmallCrossing
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressPieces.AbstractPiece
net.minecraft.structure.NetherFortressPieces.BridgeSmallCrossing
- Enclosing class:
- NetherFortressPieces
public static class NetherFortressPieces.BridgeSmallCrossing
extends NetherFortressPieces.AbstractPiece
- Mappings:
Namespace Name official ayg$ointermediary net/minecraft/class_1261$class_1276named net/minecraft/structure/NetherFortressPieces$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
boundingBox, chainLength -
Constructor Summary
ConstructorsConstructorDescriptionBridgeSmallCrossing(int chainLength, Random random, BlockBox boundingBox, Direction orientation) -
Method Summary
Modifier and TypeMethodDescriptioncreate(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) voidfillOpenings(StructurePiece start, List<StructurePiece> pieces, Random random) booleanMethods inherited from class net.minecraft.structure.NetherFortressPieces.AbstractPiece
fillForwardOpening, fillNWOpening, fillSEOpening, isInbounds, method_5530, serializeMethods inherited from class net.minecraft.structure.StructurePiece
addBlockWithRandomThreshold, applyXTransform, applyYTransform, applyZTransform, clearBlocksUpwards, fillAirAndLiquidsDownwards, fillHalfEllipsoid, fillRandomized, fillWithOutline, fromNbt, getBlockAt, getBoundingBox, getChainLength, getOverlappingPiece, isTouchingLiquid, method_11851, method_11852, method_11853, method_11854, method_13377, method_13378, method_13775, method_6569, setAir, setBlockState, toNbt, translate
-
Constructor Details
-
BridgeSmallCrossing
public BridgeSmallCrossing() -
BridgeSmallCrossing
public BridgeSmallCrossing(int chainLength, Random random, BlockBox boundingBox, Direction orientation) - Mappings:
Namespace Name Mixin selector official <init>Layg$o;<init>(ILjava/util/Random;Laxz;Lcv;)Vintermediary <init>Lnet/minecraft/class_1261$class_1276;<init>(ILjava/util/Random;Lnet/minecraft/class_1251;Lnet/minecraft/class_1354;)Vnamed <init>Lnet/minecraft/structure/NetherFortressPieces$BridgeSmallCrossing;<init>(ILjava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
-
Method Details
-
fillOpenings
- Overrides:
fillOpeningsin classStructurePiece- Mappings:
Namespace Name Mixin selector official aLayq;a(Layq;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.BridgeSmallCrossing create(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) - Mappings:
Namespace Name Mixin selector official aLayg$o;a(Ljava/util/List;Ljava/util/Random;IIILcv;I)Layg$o;intermediary method_4080Lnet/minecraft/class_1261$class_1276;method_4080(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_1354;I)Lnet/minecraft/class_1261$class_1276;named createLnet/minecraft/structure/NetherFortressPieces$BridgeSmallCrossing;create(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressPieces$BridgeSmallCrossing;
-
generate
- Specified by:
generatein classStructurePiece- Mappings:
Namespace Name Mixin selector official aLayq;a(Lajs;Ljava/util/Random;Laxz;)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
-