Class CaveCarver

java.lang.Object
net.minecraft.world.gen.carver.Carver
net.minecraft.world.gen.carver.CaveCarver

public class CaveCarver extends Carver
Mappings:
Namespace Name
intermediary net/minecraft/class_415
glue class_455
server lt
client sq
named net/minecraft/world/gen/carver/CaveCarver
  • Field Summary

    Fields inherited from class net.minecraft.world.gen.carver.Carver

    random, range
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    carve(int chunkX, int chunkZ, byte[] blocks, double x, double y, double z)
     
    protected void
    carve(World world, int startChunkX, int startChunkZ, int chunkX, int chunkZ, byte[] blocks)
    protected void
    carveTunnels(int chunkX, int chunkZ, byte[] blocks, double x, double y, double z, float baseWidth, float yaw, float pitch, int tunnel, int tunnelCount, double widthHeightRatio)
     

    Methods inherited from class net.minecraft.world.gen.carver.Carver

    carve

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CaveCarver

      public CaveCarver()
  • Method Details

    • carve

      protected void carve(int chunkX, int chunkZ, byte[] blocks, double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1399 Lnet/minecraft/class_415;method_1399(II[BDDD)V
      glue method_1672 Lclass_455;method_1672(II[BDDD)V
      server a Llt;a(II[BDDD)V
      client a Lsq;a(II[BDDD)V
      named carve Lnet/minecraft/world/gen/carver/CaveCarver;carve(II[BDDD)V
    • carveTunnels

      protected void carveTunnels(int chunkX, int chunkZ, byte[] blocks, double x, double y, double z, float baseWidth, float yaw, float pitch, int tunnel, int tunnelCount, double widthHeightRatio)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1400 Lnet/minecraft/class_415;method_1400(II[BDDDFFFIID)V
      glue method_1673 Lclass_455;method_1673(II[BDDDFFFIID)V
      server a Llt;a(II[BDDDFFFIID)V
      client a Lsq;a(II[BDDDFFFIID)V
      named carveTunnels Lnet/minecraft/world/gen/carver/CaveCarver;carveTunnels(II[BDDDFFFIID)V
    • carve

      protected void carve(World world, int startChunkX, int startChunkZ, int chunkX, int chunkZ, byte[] blocks)
      Overrides:
      carve in class Carver
      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