Class NetherCaveCarver

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

public class NetherCaveCarver extends Generator
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.Generator

    random, range
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    place(int chunkX, int chunkZ, byte[] blocks, double x, double y, double z)
     
    protected void
    place(World world, int startChunkX, int startChunkZ, int chunkX, int chunkZ, byte[] blocks)
    protected void
    placeTunnels(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.Generator

    place

    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

    • place

      protected void place(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 place Lnet/minecraft/world/gen/carver/NetherCaveCarver;place(II[BDDD)V
    • placeTunnels

      protected void placeTunnels(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 placeTunnels Lnet/minecraft/world/gen/carver/NetherCaveCarver;placeTunnels(II[BDDDFFFIID)V
    • place

      protected void place(World world, int startChunkX, int startChunkZ, int chunkX, int chunkZ, byte[] blocks)
      Overrides:
      place in class Generator
      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 place Lnet/minecraft/world/gen/Generator;place(Lnet/minecraft/world/World;IIII[B)V