Package net.minecraft.world.gen.carver
Class Carver
java.lang.Object
net.minecraft.world.gen.carver.Carver
- Direct Known Subclasses:
CaveCarver,NetherCaveCarver
- Mappings:
Namespace Name intermediary net/minecraft/class_105glue class_150server dyclient fvnamed net/minecraft/world/gen/carver/Carver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcarve(ChunkSource source, World world, int chunkX, int chunkZ, byte[] blocks) protected void
-
Field Details
-
range
protected int range- Mappings:
Namespace Name Mixin selector intermediary field_330Lnet/minecraft/class_105;field_330:Iglue field_549Lclass_150;field_549:Iserver aLdy;a:Iclient aLfv;a:Inamed rangeLnet/minecraft/world/gen/carver/Carver;range:I
-
random
- Mappings:
Namespace Name Mixin selector intermediary field_331Lnet/minecraft/class_105;field_331:Ljava/util/Random;glue field_550Lclass_150;field_550:Ljava/util/Random;server bLdy;b:Ljava/util/Random;client bLfv;b:Ljava/util/Random;named randomLnet/minecraft/world/gen/carver/Carver;random:Ljava/util/Random;
-
-
Constructor Details
-
Carver
public Carver()
-
-
Method Details
-
carve
- Mappings:
Namespace Name Mixin selector intermediary method_395Lnet/minecraft/class_105;method_395(Lnet/minecraft/class_51;Lnet/minecraft/class_18;II[B)Vglue method_728Lclass_150;method_728(Lclass_60;Lclass_129;II[B)Vserver aLdy;a(Lbl;Ldj;II[B)Vclient aLfv;a(Lcl;Lfd;II[B)Vnamed carveLnet/minecraft/world/gen/carver/Carver;carve(Lnet/minecraft/world/chunk/ChunkSource;Lnet/minecraft/world/World;II[B)V
-
carve
protected void carve(World world, int startChunkX, int startChunkZ, int chunkX, int chunkZ, byte[] blocks) - Mappings:
Namespace Name Mixin selector intermediary method_396Lnet/minecraft/class_105;method_396(Lnet/minecraft/class_18;IIII[B)Vglue method_729Lclass_150;method_729(Lclass_129;IIII[B)Vserver aLdy;a(Ldj;IIII[B)Vclient aLfv;a(Lfd;IIII[B)Vnamed carveLnet/minecraft/world/gen/carver/Carver;carve(Lnet/minecraft/world/World;IIII[B)V
-