Class Carver

java.lang.Object
net.minecraft.world.gen.carver.Carver
Direct Known Subclasses:
CaveCarver, NetherCaveCarver

public class Carver extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_105
glue class_150
server dy
client fv
named net/minecraft/world/gen/carver/Carver
  • Field Details

    • range

      protected int range
      Mappings:
      Namespace Name Mixin selector
      intermediary field_330 Lnet/minecraft/class_105;field_330:I
      glue field_549 Lclass_150;field_549:I
      server a Ldy;a:I
      client a Lfv;a:I
      named range Lnet/minecraft/world/gen/carver/Carver;range:I
    • random

      protected Random random
      Mappings:
      Namespace Name Mixin selector
      intermediary field_331 Lnet/minecraft/class_105;field_331:Ljava/util/Random;
      glue field_550 Lclass_150;field_550:Ljava/util/Random;
      server b Ldy;b:Ljava/util/Random;
      client b Lfv;b:Ljava/util/Random;
      named random Lnet/minecraft/world/gen/carver/Carver;random:Ljava/util/Random;
  • Constructor Details

    • Carver

      public Carver()
  • Method Details

    • carve

      public void carve(ChunkSource source, World world, int chunkX, int chunkZ, byte[] blocks)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_395 Lnet/minecraft/class_105;method_395(Lnet/minecraft/class_51;Lnet/minecraft/class_18;II[B)V
      glue method_728 Lclass_150;method_728(Lclass_60;Lclass_129;II[B)V
      server a Ldy;a(Lbl;Ldj;II[B)V
      client a Lfv;a(Lcl;Lfd;II[B)V
      named carve Lnet/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_396 Lnet/minecraft/class_105;method_396(Lnet/minecraft/class_18;IIII[B)V
      glue method_729 Lclass_150;method_729(Lclass_129;IIII[B)V
      server a Ldy;a(Ldj;IIII[B)V
      client a Lfv;a(Lfd;IIII[B)V
      named carve Lnet/minecraft/world/gen/carver/Carver;carve(Lnet/minecraft/world/World;IIII[B)V