Class NetherFortressPieces.BridgeSmallCrossing

Enclosing class:
NetherFortressPieces

public static class NetherFortressPieces.BridgeSmallCrossing extends NetherFortressPieces.AbstractPiece
Mappings:
Namespace Name
official bbn$o
intermediary net/minecraft/class_1261$class_1276
named net/minecraft/structure/NetherFortressPieces$BridgeSmallCrossing
  • Constructor Details

    • BridgeSmallCrossing

      public BridgeSmallCrossing()
    • BridgeSmallCrossing

      public BridgeSmallCrossing(int chainLength, Random random, BlockBox boundingBox, Direction orientation)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbbn$o;<init>(ILjava/util/Random;Lbbg;Lfa;)V
      intermediary <init> Lnet/minecraft/class_1261$class_1276;<init>(ILjava/util/Random;Lnet/minecraft/class_1251;Lnet/minecraft/class_1354;)V
      named <init> Lnet/minecraft/structure/NetherFortressPieces$BridgeSmallCrossing;<init>(ILjava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
  • Method Details

    • fillOpenings

      public void fillOpenings(StructurePiece start, List<StructurePiece> pieces, Random random)
      Overrides:
      fillOpenings in class StructurePiece
      Mappings:
      Namespace Name Mixin selector
      official a Lbbx;a(Lbbx;Ljava/util/List;Ljava/util/Random;)V
      intermediary method_54 Lnet/minecraft/class_34;method_54(Lnet/minecraft/class_34;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 NetherFortressPieces.BridgeSmallCrossing create(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)
      Mappings:
      Namespace Name Mixin selector
      official a Lbbn$o;a(Ljava/util/List;Ljava/util/Random;IIILfa;I)Lbbn$o;
      intermediary method_4080 Lnet/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 create Lnet/minecraft/structure/NetherFortressPieces$BridgeSmallCrossing;create(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressPieces$BridgeSmallCrossing;
    • generate

      public boolean generate(World world, Random random, BlockBox boundingBox)
      Specified by:
      generate in class StructurePiece
      Mappings:
      Namespace Name Mixin selector
      official a Lbbx;a(Lamu;Ljava/util/Random;Lbbg;)Z
      intermediary method_58 Lnet/minecraft/class_34;method_58(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_1251;)Z
      named generate Lnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;)Z