Class NetherFortressStructure


public class NetherFortressStructure extends StructureFeature
Mappings:
Namespace Name
official ayf
intermediary net/minecraft/class_1259
named net/minecraft/structure/NetherFortressStructure
  • Field Details

    • monsterSpawns

      private final List<Biome.SpawnEntry> monsterSpawns
      Mappings:
      Namespace Name Mixin selector
      official a Layf;a:Ljava/util/List;
      intermediary field_4918 Lnet/minecraft/class_1259;field_4918:Ljava/util/List;
      named monsterSpawns Lnet/minecraft/structure/NetherFortressStructure;monsterSpawns:Ljava/util/List;
  • Constructor Details

    • NetherFortressStructure

      public NetherFortressStructure()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class StructureFeature
      Mappings:
      Namespace Name Mixin selector
      official a Layn;a()Ljava/lang/String;
      intermediary method_5513 Lnet/minecraft/class_33;method_5513()Ljava/lang/String;
      named getName Lnet/minecraft/structure/StructureFeature;getName()Ljava/lang/String;
    • getMonsterSpawns

      public List<Biome.SpawnEntry> getMonsterSpawns()
      Mappings:
      Namespace Name Mixin selector
      official b Layf;b()Ljava/util/List;
      intermediary method_4054 Lnet/minecraft/class_1259;method_4054()Ljava/util/List;
      named getMonsterSpawns Lnet/minecraft/structure/NetherFortressStructure;getMonsterSpawns()Ljava/util/List;
    • shouldStartAt

      protected boolean shouldStartAt(int chunkX, int chunkZ)
      Specified by:
      shouldStartAt in class StructureFeature
      Mappings:
      Namespace Name Mixin selector
      official a Layn;a(II)Z
      intermediary method_45 Lnet/minecraft/class_33;method_45(II)Z
      named shouldStartAt Lnet/minecraft/structure/StructureFeature;shouldStartAt(II)Z
    • getGeneratorConfig

      protected GeneratorConfig getGeneratorConfig(int chunkX, int chunkZ)
      Specified by:
      getGeneratorConfig in class StructureFeature
      Mappings:
      Namespace Name Mixin selector
      official b Layn;b(II)Layr;
      intermediary method_49 Lnet/minecraft/class_33;method_49(II)Lnet/minecraft/class_36;
      named getGeneratorConfig Lnet/minecraft/structure/StructureFeature;getGeneratorConfig(II)Lnet/minecraft/world/gen/GeneratorConfig;
    • method_9269

      public BlockPos method_9269(World world, BlockPos blockPos, boolean bool)
      Specified by:
      method_9269 in class StructureFeature
      Mappings:
      Namespace Name Mixin selector
      official a Layn;a(Lajs;Lco;Z)Lco;
      intermediary method_9269 Lnet/minecraft/class_33;method_9269(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Z)Lnet/minecraft/class_2552;
      named method_9269 Lnet/minecraft/structure/StructureFeature;method_9269(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Z)Lnet/minecraft/util/math/BlockPos;