Package net.minecraft.world.gen.chunk
Class CavesGeneratorConfig
java.lang.Object
net.minecraft.world.gen.GeneratorConfig
net.minecraft.world.gen.chunk.CavesGeneratorConfig
public class CavesGeneratorConfig extends GeneratorConfig
- Mappings:
Namespace Name official aqhintermediary net/minecraft/class_483named net/minecraft/world/gen/chunk/CavesGeneratorConfig
-
Field Summary
Fields inherited from class net.minecraft.world.gen.GeneratorConfig
box, pieces -
Constructor Summary
Constructors Constructor Description CavesGeneratorConfig()CavesGeneratorConfig(World world, Random rand, int int2, int int3) -
Method Summary
Methods inherited from class net.minecraft.world.gen.GeneratorConfig
getBox, getPieces, method_1740, method_1741, method_1742, method_1743, method_1744, method_1745, method_1746, method_1748, method_1749, method_1750, method_1751, method_1752, method_1753
-
Constructor Details
-
CavesGeneratorConfig
public CavesGeneratorConfig() -
CavesGeneratorConfig
- Mappings:
Namespace Name Mixin selector official <init>Laqh;<init>(Ladm;Ljava/util/Random;II)Vintermediary <init>Lnet/minecraft/class_483;<init>(Lnet/minecraft/class_99;Ljava/util/Random;II)Vnamed <init>Lnet/minecraft/world/gen/chunk/CavesGeneratorConfig;<init>(Lnet/minecraft/world/World;Ljava/util/Random;II)V
-