Class GeneratorConfig

java.lang.Object
net.minecraft.world.gen.GeneratorConfig
Direct Known Subclasses:
CavesGeneratorConfig, NetherFortressFeature.NetherFortressGeneratorConfig, OceanMonumentFeature.OceanMonumentGeneratorConfig, StrongholdStructure.StrongholdGeneratorConfig, VillageStructure.VillageGeneratorConfig, WitchHutStructure.TempleGeneratorConfig

public abstract class GeneratorConfig
extends Object
Mappings:
Namespace Name
official aqu
intermediary net/minecraft/class_562
named net/minecraft/world/gen/GeneratorConfig
  • Field Details

    • pieces

      protected LinkedList<StructurePiece> pieces
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a:Ljava/util/LinkedList;
      intermediary field_2118 Lnet/minecraft/class_562;field_2118:Ljava/util/LinkedList;
      named pieces Lnet/minecraft/world/gen/GeneratorConfig;pieces:Ljava/util/LinkedList;
    • box

      protected BlockBox box
      Mappings:
      Namespace Name Mixin selector
      official b Laqu;b:Laqe;
      intermediary field_2119 Lnet/minecraft/class_562;field_2119:Lnet/minecraft/class_476;
      named box Lnet/minecraft/world/gen/GeneratorConfig;box:Lnet/minecraft/util/math/BlockBox;
    • field_2120

      private int field_2120
      Mappings:
      Namespace Name Mixin selector
      official c Laqu;c:I
      intermediary field_2120 Lnet/minecraft/class_562;field_2120:I
      named field_2120 Lnet/minecraft/world/gen/GeneratorConfig;field_2120:I
    • field_2121

      private int field_2121
      Mappings:
      Namespace Name Mixin selector
      official d Laqu;d:I
      intermediary field_2121 Lnet/minecraft/class_562;field_2121:I
      named field_2121 Lnet/minecraft/world/gen/GeneratorConfig;field_2121:I
  • Constructor Details

    • GeneratorConfig

      public GeneratorConfig()
    • GeneratorConfig

      public GeneratorConfig​(int int2, int int3)
  • Method Details

    • getBox

      public BlockBox getBox()
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a()Laqe;
      intermediary method_1739 Lnet/minecraft/class_562;method_1739()Lnet/minecraft/class_476;
      named getBox Lnet/minecraft/world/gen/GeneratorConfig;getBox()Lnet/minecraft/util/math/BlockBox;
    • getPieces

      public LinkedList<StructurePiece> getPieces()
      Mappings:
      Namespace Name Mixin selector
      official b Laqu;b()Ljava/util/LinkedList;
      intermediary method_1747 Lnet/minecraft/class_562;method_1747()Ljava/util/LinkedList;
      named getPieces Lnet/minecraft/world/gen/GeneratorConfig;getPieces()Ljava/util/LinkedList;
    • method_1745

      public void method_1745​(World world, Random random, BlockBox blockBox)
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a(Ladm;Ljava/util/Random;Laqe;)V
      intermediary method_1745 Lnet/minecraft/class_562;method_1745(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_476;)V
      named method_1745 Lnet/minecraft/world/gen/GeneratorConfig;method_1745(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;)V
    • method_1750

      protected void method_1750()
      Mappings:
      Namespace Name Mixin selector
      official c Laqu;c()V
      intermediary method_1750 Lnet/minecraft/class_562;method_1750()V
      named method_1750 Lnet/minecraft/world/gen/GeneratorConfig;method_1750()V
    • method_1740

      public CompoundTag method_1740​(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a(II)Ldn;
      intermediary method_1740 Lnet/minecraft/class_562;method_1740(II)Lnet/minecraft/class_1405;
      named method_1740 Lnet/minecraft/world/gen/GeneratorConfig;method_1740(II)Lnet/minecraft/nbt/CompoundTag;
    • method_1746

      public void method_1746​(CompoundTag compoundTag)
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a(Ldn;)V
      intermediary method_1746 Lnet/minecraft/class_562;method_1746(Lnet/minecraft/class_1405;)V
      named method_1746 Lnet/minecraft/world/gen/GeneratorConfig;method_1746(Lnet/minecraft/nbt/CompoundTag;)V
    • method_1742

      public void method_1742​(World world, CompoundTag compoundTag)
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a(Ladm;Ldn;)V
      intermediary method_1742 Lnet/minecraft/class_562;method_1742(Lnet/minecraft/class_99;Lnet/minecraft/class_1405;)V
      named method_1742 Lnet/minecraft/world/gen/GeneratorConfig;method_1742(Lnet/minecraft/world/World;Lnet/minecraft/nbt/CompoundTag;)V
    • method_1749

      public void method_1749​(CompoundTag compoundTag)
      Mappings:
      Namespace Name Mixin selector
      official b Laqu;b(Ldn;)V
      intermediary method_1749 Lnet/minecraft/class_562;method_1749(Lnet/minecraft/class_1405;)V
      named method_1749 Lnet/minecraft/world/gen/GeneratorConfig;method_1749(Lnet/minecraft/nbt/CompoundTag;)V
    • method_1743

      protected void method_1743​(World world, Random random, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a(Ladm;Ljava/util/Random;I)V
      intermediary method_1743 Lnet/minecraft/class_562;method_1743(Lnet/minecraft/class_99;Ljava/util/Random;I)V
      named method_1743 Lnet/minecraft/world/gen/GeneratorConfig;method_1743(Lnet/minecraft/world/World;Ljava/util/Random;I)V
    • method_1744

      protected void method_1744​(World world, Random random, int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a(Ladm;Ljava/util/Random;II)V
      intermediary method_1744 Lnet/minecraft/class_562;method_1744(Lnet/minecraft/class_99;Ljava/util/Random;II)V
      named method_1744 Lnet/minecraft/world/gen/GeneratorConfig;method_1744(Lnet/minecraft/world/World;Ljava/util/Random;II)V
    • method_1751

      public boolean method_1751()
      Mappings:
      Namespace Name Mixin selector
      official d Laqu;d()Z
      intermediary method_1751 Lnet/minecraft/class_562;method_1751()Z
      named method_1751 Lnet/minecraft/world/gen/GeneratorConfig;method_1751()Z
    • method_1741

      public boolean method_1741​(ChunkPos chunkPos)
      Mappings:
      Namespace Name Mixin selector
      official a Laqu;a(Ladg;)Z
      intermediary method_1741 Lnet/minecraft/class_562;method_1741(Lnet/minecraft/class_92;)Z
      named method_1741 Lnet/minecraft/world/gen/GeneratorConfig;method_1741(Lnet/minecraft/util/math/ChunkPos;)Z
    • method_1748

      public void method_1748​(ChunkPos chunkPos)
      Mappings:
      Namespace Name Mixin selector
      official b Laqu;b(Ladg;)V
      intermediary method_1748 Lnet/minecraft/class_562;method_1748(Lnet/minecraft/class_92;)V
      named method_1748 Lnet/minecraft/world/gen/GeneratorConfig;method_1748(Lnet/minecraft/util/math/ChunkPos;)V
    • method_1752

      public int method_1752()
      Mappings:
      Namespace Name Mixin selector
      official e Laqu;e()I
      intermediary method_1752 Lnet/minecraft/class_562;method_1752()I
      named method_1752 Lnet/minecraft/world/gen/GeneratorConfig;method_1752()I
    • method_1753

      public int method_1753()
      Mappings:
      Namespace Name Mixin selector
      official f Laqu;f()I
      intermediary method_1753 Lnet/minecraft/class_562;method_1753()I
      named method_1753 Lnet/minecraft/world/gen/GeneratorConfig;method_1753()I