Class NetherFortressPieces.BridgePlatform

Enclosing class:
NetherFortressPieces

public static class NetherFortressPieces.BridgePlatform extends NetherFortressPieces.AbstractPiece
Mappings:
Namespace Name
official avw$l
intermediary net/minecraft/class_1261$class_1273
named net/minecraft/structure/NetherFortressPieces$BridgePlatform
  • Field Details

    • hasBlazeSpawner

      private boolean hasBlazeSpawner
      Mappings:
      Namespace Name Mixin selector
      official a Lavw$l;a:Z
      intermediary field_4922 Lnet/minecraft/class_1261$class_1273;field_4922:Z
      named hasBlazeSpawner Lnet/minecraft/structure/NetherFortressPieces$BridgePlatform;hasBlazeSpawner:Z
  • Constructor Details

    • BridgePlatform

      public BridgePlatform()
    • BridgePlatform

      public BridgePlatform(int chainLength, Random random, BlockBox boundingBox, Direction orientation)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lavw$l;<init>(ILjava/util/Random;Lavp;Lcs;)V
      intermediary <init> Lnet/minecraft/class_1261$class_1273;<init>(ILjava/util/Random;Lnet/minecraft/class_1251;Lnet/minecraft/class_1354;)V
      named <init> Lnet/minecraft/structure/NetherFortressPieces$BridgePlatform;<init>(ILjava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
  • Method Details

    • deserialize

      protected void deserialize(NbtCompound structureNbt)
      Overrides:
      deserialize in class NetherFortressPieces.AbstractPiece
      Mappings:
      Namespace Name Mixin selector
      official b Lawg;b(Ldq;)V
      intermediary method_5530 Lnet/minecraft/class_34;method_5530(Lnet/minecraft/class_322;)V
      named deserialize Lnet/minecraft/structure/StructurePiece;deserialize(Lnet/minecraft/nbt/NbtCompound;)V
    • serialize

      protected void serialize(NbtCompound structureNbt)
      Overrides:
      serialize in class NetherFortressPieces.AbstractPiece
      Mappings:
      Namespace Name Mixin selector
      official a Lawg;a(Ldq;)V
      intermediary method_5528 Lnet/minecraft/class_34;method_5528(Lnet/minecraft/class_322;)V
      named serialize Lnet/minecraft/structure/StructurePiece;serialize(Lnet/minecraft/nbt/NbtCompound;)V
    • create

      public static NetherFortressPieces.BridgePlatform create(List<StructurePiece> pieces, Random random, int x, int y, int z, int chainLength, Direction orientation)
      Mappings:
      Namespace Name Mixin selector
      official a Lavw$l;a(Ljava/util/List;Ljava/util/Random;IIIILcs;)Lavw$l;
      intermediary method_4070 Lnet/minecraft/class_1261$class_1273;method_4070(Ljava/util/List;Ljava/util/Random;IIIILnet/minecraft/class_1354;)Lnet/minecraft/class_1261$class_1273;
      named create Lnet/minecraft/structure/NetherFortressPieces$BridgePlatform;create(Ljava/util/List;Ljava/util/Random;IIIILnet/minecraft/util/math/Direction;)Lnet/minecraft/structure/NetherFortressPieces$BridgePlatform;
    • generate

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