Class TempleStructure


public class TempleStructure extends StructureFeature
Mappings:
Namespace Name
official bbq
intermediary net/minecraft/class_1279
named net/minecraft/structure/TempleStructure
  • Field Details

    • BIOMES

      private static final List<Biome> BIOMES
      Mappings:
      Namespace Name Mixin selector
      official a Lbbq;a:Ljava/util/List;
      intermediary field_4932 Lnet/minecraft/class_1279;field_4932:Ljava/util/List;
      named BIOMES Lnet/minecraft/structure/TempleStructure;BIOMES:Ljava/util/List;
    • monsterSpawns

      private final List<Biome.SpawnEntry> monsterSpawns
      Mappings:
      Namespace Name Mixin selector
      official b Lbbq;b:Ljava/util/List;
      intermediary field_4958 Lnet/minecraft/class_1279;field_4958:Ljava/util/List;
      named monsterSpawns Lnet/minecraft/structure/TempleStructure;monsterSpawns:Ljava/util/List;
    • distance

      private int distance
      Mappings:
      Namespace Name Mixin selector
      official d Lbbq;d:I
      intermediary field_4959 Lnet/minecraft/class_1279;field_4959:I
      named distance Lnet/minecraft/structure/TempleStructure;distance:I
    • field_4960

      private final int field_4960
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official h Lbbq;h:I
      intermediary field_4960 Lnet/minecraft/class_1279;field_4960:I
      named field_4960 Lnet/minecraft/structure/TempleStructure;field_4960:I
  • Constructor Details

    • TempleStructure

      public TempleStructure()
    • TempleStructure

      public TempleStructure(Map<String,String> map)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbbq;<init>(Ljava/util/Map;)V
      intermediary <init> Lnet/minecraft/class_1279;<init>(Ljava/util/Map;)V
      named <init> Lnet/minecraft/structure/TempleStructure;<init>(Ljava/util/Map;)V
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class StructureFeature
      Mappings:
      Namespace Name Mixin selector
      official a Lbbu;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;
    • shouldStartAt

      protected boolean shouldStartAt(int chunkX, int chunkZ)
      Specified by:
      shouldStartAt in class StructureFeature
      Mappings:
      Namespace Name Mixin selector
      official a Lbbu;a(II)Z
      intermediary method_45 Lnet/minecraft/class_33;method_45(II)Z
      named shouldStartAt Lnet/minecraft/structure/StructureFeature;shouldStartAt(II)Z
    • 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 Lbbu;a(Lamu;Let;Z)Let;
      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;
    • getGeneratorConfig

      protected GeneratorConfig getGeneratorConfig(int chunkX, int chunkZ)
      Specified by:
      getGeneratorConfig in class StructureFeature
      Mappings:
      Namespace Name Mixin selector
      official b Lbbu;b(II)Lbby;
      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;
    • isSwampHut

      public boolean isSwampHut(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lbbq;a(Let;)Z
      intermediary method_9264 Lnet/minecraft/class_1279;method_9264(Lnet/minecraft/class_2552;)Z
      named isSwampHut Lnet/minecraft/structure/TempleStructure;isSwampHut(Lnet/minecraft/util/math/BlockPos;)Z
    • getMonsterSpawns

      public List<Biome.SpawnEntry> getMonsterSpawns()
      Mappings:
      Namespace Name Mixin selector
      official b Lbbq;b()Ljava/util/List;
      intermediary method_4114 Lnet/minecraft/class_1279;method_4114()Ljava/util/List;
      named getMonsterSpawns Lnet/minecraft/structure/TempleStructure;getMonsterSpawns()Ljava/util/List;