Class CaveWorldCarver

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

public class CaveWorldCarver extends Generator
Mappings:
Namespace Name
intermediary net/minecraft/class_415
glue class_455
server lt
client sq
named net/minecraft/world/gen/carver/CaveWorldCarver
  • 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

    • CaveWorldCarver

      public CaveWorldCarver()
  • 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_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 place Lnet/minecraft/world/gen/carver/CaveWorldCarver;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_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 placeTunnels Lnet/minecraft/world/gen/carver/CaveWorldCarver;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