Class NetherFortressStructure


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

    • monsterSpawns

      private List<Biome.SpawnEntry> monsterSpawns
      Mappings:
      Namespace Name Mixin selector
      official d Laqi;d: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 Laqq;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 Laqi;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 Laqq;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 Laqq;b(II)Laqu;
      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;