Package net.minecraft.world.gen
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 aquintermediary net/minecraft/class_562named net/minecraft/world/gen/GeneratorConfig
-
Field Summary
Fields Modifier and Type Field Description protected BlockBoxboxprivate intfield_2120private intfield_2121protected LinkedList<StructurePiece>pieces -
Constructor Summary
Constructors Constructor Description GeneratorConfig()GeneratorConfig(int int2, int int3) -
Method Summary
Modifier and Type Method Description BlockBoxgetBox()LinkedList<StructurePiece>getPieces()CompoundTagmethod_1740(int int2, int int3)booleanmethod_1741(ChunkPos chunkPos)voidmethod_1742(World world, CompoundTag compoundTag)protected voidmethod_1743(World world, Random random, int int2)protected voidmethod_1744(World world, Random random, int int2, int int3)voidmethod_1745(World world, Random random, BlockBox blockBox)voidmethod_1746(CompoundTag compoundTag)voidmethod_1748(ChunkPos chunkPos)voidmethod_1749(CompoundTag compoundTag)protected voidmethod_1750()booleanmethod_1751()intmethod_1752()intmethod_1753()
-
Field Details
-
pieces
- Mappings:
Namespace Name Mixin selector official aLaqu;a:Ljava/util/LinkedList;intermediary field_2118Lnet/minecraft/class_562;field_2118:Ljava/util/LinkedList;named piecesLnet/minecraft/world/gen/GeneratorConfig;pieces:Ljava/util/LinkedList;
-
box
- Mappings:
Namespace Name Mixin selector official bLaqu;b:Laqe;intermediary field_2119Lnet/minecraft/class_562;field_2119:Lnet/minecraft/class_476;named boxLnet/minecraft/world/gen/GeneratorConfig;box:Lnet/minecraft/util/math/BlockBox;
-
field_2120
private int field_2120- Mappings:
Namespace Name Mixin selector official cLaqu;c:Iintermediary field_2120Lnet/minecraft/class_562;field_2120:Inamed field_2120Lnet/minecraft/world/gen/GeneratorConfig;field_2120:I
-
field_2121
private int field_2121- Mappings:
Namespace Name Mixin selector official dLaqu;d:Iintermediary field_2121Lnet/minecraft/class_562;field_2121:Inamed field_2121Lnet/minecraft/world/gen/GeneratorConfig;field_2121:I
-
-
Constructor Details
-
GeneratorConfig
public GeneratorConfig() -
GeneratorConfig
public GeneratorConfig(int int2, int int3)
-
-
Method Details
-
getBox
- Mappings:
Namespace Name Mixin selector official aLaqu;a()Laqe;intermediary method_1739Lnet/minecraft/class_562;method_1739()Lnet/minecraft/class_476;named getBoxLnet/minecraft/world/gen/GeneratorConfig;getBox()Lnet/minecraft/util/math/BlockBox;
-
getPieces
- Mappings:
Namespace Name Mixin selector official bLaqu;b()Ljava/util/LinkedList;intermediary method_1747Lnet/minecraft/class_562;method_1747()Ljava/util/LinkedList;named getPiecesLnet/minecraft/world/gen/GeneratorConfig;getPieces()Ljava/util/LinkedList;
-
method_1745
- Mappings:
Namespace Name Mixin selector official aLaqu;a(Ladm;Ljava/util/Random;Laqe;)Vintermediary method_1745Lnet/minecraft/class_562;method_1745(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_476;)Vnamed method_1745Lnet/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 cLaqu;c()Vintermediary method_1750Lnet/minecraft/class_562;method_1750()Vnamed method_1750Lnet/minecraft/world/gen/GeneratorConfig;method_1750()V
-
method_1740
- Mappings:
Namespace Name Mixin selector official aLaqu;a(II)Ldn;intermediary method_1740Lnet/minecraft/class_562;method_1740(II)Lnet/minecraft/class_1405;named method_1740Lnet/minecraft/world/gen/GeneratorConfig;method_1740(II)Lnet/minecraft/nbt/CompoundTag;
-
method_1746
- Mappings:
Namespace Name Mixin selector official aLaqu;a(Ldn;)Vintermediary method_1746Lnet/minecraft/class_562;method_1746(Lnet/minecraft/class_1405;)Vnamed method_1746Lnet/minecraft/world/gen/GeneratorConfig;method_1746(Lnet/minecraft/nbt/CompoundTag;)V
-
method_1742
- Mappings:
Namespace Name Mixin selector official aLaqu;a(Ladm;Ldn;)Vintermediary method_1742Lnet/minecraft/class_562;method_1742(Lnet/minecraft/class_99;Lnet/minecraft/class_1405;)Vnamed method_1742Lnet/minecraft/world/gen/GeneratorConfig;method_1742(Lnet/minecraft/world/World;Lnet/minecraft/nbt/CompoundTag;)V
-
method_1749
- Mappings:
Namespace Name Mixin selector official bLaqu;b(Ldn;)Vintermediary method_1749Lnet/minecraft/class_562;method_1749(Lnet/minecraft/class_1405;)Vnamed method_1749Lnet/minecraft/world/gen/GeneratorConfig;method_1749(Lnet/minecraft/nbt/CompoundTag;)V
-
method_1743
- Mappings:
Namespace Name Mixin selector official aLaqu;a(Ladm;Ljava/util/Random;I)Vintermediary method_1743Lnet/minecraft/class_562;method_1743(Lnet/minecraft/class_99;Ljava/util/Random;I)Vnamed method_1743Lnet/minecraft/world/gen/GeneratorConfig;method_1743(Lnet/minecraft/world/World;Ljava/util/Random;I)V
-
method_1744
- Mappings:
Namespace Name Mixin selector official aLaqu;a(Ladm;Ljava/util/Random;II)Vintermediary method_1744Lnet/minecraft/class_562;method_1744(Lnet/minecraft/class_99;Ljava/util/Random;II)Vnamed method_1744Lnet/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 dLaqu;d()Zintermediary method_1751Lnet/minecraft/class_562;method_1751()Znamed method_1751Lnet/minecraft/world/gen/GeneratorConfig;method_1751()Z
-
method_1741
- Mappings:
Namespace Name Mixin selector official aLaqu;a(Ladg;)Zintermediary method_1741Lnet/minecraft/class_562;method_1741(Lnet/minecraft/class_92;)Znamed method_1741Lnet/minecraft/world/gen/GeneratorConfig;method_1741(Lnet/minecraft/util/math/ChunkPos;)Z
-
method_1748
- Mappings:
Namespace Name Mixin selector official bLaqu;b(Ladg;)Vintermediary method_1748Lnet/minecraft/class_562;method_1748(Lnet/minecraft/class_92;)Vnamed method_1748Lnet/minecraft/world/gen/GeneratorConfig;method_1748(Lnet/minecraft/util/math/ChunkPos;)V
-
method_1752
public int method_1752()- Mappings:
Namespace Name Mixin selector official eLaqu;e()Iintermediary method_1752Lnet/minecraft/class_562;method_1752()Inamed method_1752Lnet/minecraft/world/gen/GeneratorConfig;method_1752()I
-
method_1753
public int method_1753()- Mappings:
Namespace Name Mixin selector official fLaqu;f()Iintermediary method_1753Lnet/minecraft/class_562;method_1753()Inamed method_1753Lnet/minecraft/world/gen/GeneratorConfig;method_1753()I
-