Class NetherCaveCarver

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

public class NetherCaveCarver extends Carver
Mappings:
Namespace Name
intermediary net/minecraft/class_344
glue class_367
server jo
client pk
named net/minecraft/world/gen/carver/NetherCaveCarver
  • 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

    • NetherCaveCarver

      public NetherCaveCarver()
  • 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_1145 Lnet/minecraft/class_344;method_1145(II[BDDD)V
      glue method_1490 Lclass_367;method_1490(II[BDDD)V
      server a Ljo;a(II[BDDD)V
      client a Lpk;a(II[BDDD)V
      named carve Lnet/minecraft/world/gen/carver/NetherCaveCarver;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_1146 Lnet/minecraft/class_344;method_1146(II[BDDDFFFIID)V
      glue method_1491 Lclass_367;method_1491(II[BDDDFFFIID)V
      server a Ljo;a(II[BDDDFFFIID)V
      client a Lpk;a(II[BDDDFFFIID)V
      named carveTunnels Lnet/minecraft/world/gen/carver/NetherCaveCarver;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