Class MineshaftStructure


public class MineshaftStructure extends StructureFeature
Mappings:
Namespace Name
official bbj
intermediary net/minecraft/class_1252
named net/minecraft/structure/MineshaftStructure
  • Field Details

    • chance

      private double chance
      Mappings:
      Namespace Name Mixin selector
      official a Lbbj;a:D
      intermediary field_4957 Lnet/minecraft/class_1252;field_4957:D
      named chance Lnet/minecraft/structure/MineshaftStructure;chance:D
  • Constructor Details

    • MineshaftStructure

      public MineshaftStructure()
    • MineshaftStructure

      public MineshaftStructure(Map<String,String> map)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbbj;<init>(Ljava/util/Map;)V
      intermediary <init> Lnet/minecraft/class_1252;<init>(Ljava/util/Map;)V
      named <init> Lnet/minecraft/structure/MineshaftStructure;<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;