Class NetherFortressPieces.SmallCorridor

Enclosing class:
NetherFortressPieces

public static class NetherFortressPieces.SmallCorridor extends NetherFortressPieces.AbstractPiece
Mappings:
Namespace Name
official ayg$i
intermediary net/minecraft/class_1261$class_1270
named net/minecraft/structure/NetherFortressPieces$SmallCorridor
  • Constructor Details

    • SmallCorridor

      public SmallCorridor()
    • SmallCorridor

      public SmallCorridor(int chainLength, Random random, BlockBox boundingBox, Direction orientation)
      Mappings:
      Namespace Name Mixin selector
      official <init> Layg$i;<init>(ILjava/util/Random;Laxz;Lcv;)V
      intermediary <init> Lnet/minecraft/class_1261$class_1270;<init>(ILjava/util/Random;Lnet/minecraft/class_1251;Lnet/minecraft/class_1354;)V
      named <init> Lnet/minecraft/structure/NetherFortressPieces$SmallCorridor;<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 Layq;a(Layq;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.SmallCorridor create(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)
      Mappings:
      Namespace Name Mixin selector
      official a Layg$i;a(Ljava/util/List;Ljava/util/Random;IIILcv;I)Layg$i;
      intermediary method_4067 Lnet/minecraft/class_1261$class_1270;method_4067(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_1354;I)Lnet/minecraft/class_1261$class_1270;
      named create Lnet/minecraft/structure/NetherFortressPieces$SmallCorridor;create(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressPieces$SmallCorridor;
    • generate

      public boolean generate(World world, Random random, BlockBox boundingBox)
      Specified by:
      generate in class StructurePiece
      Mappings:
      Namespace Name Mixin selector
      official a Layq;a(Lajs;Ljava/util/Random;Laxz;)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