From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/world/gen/MapGenCaves.html | 417 +++++++++++++++++++++++ 1 file changed, 417 insertions(+) create mode 100644 javadoc/net/minecraft/world/gen/MapGenCaves.html (limited to 'javadoc/net/minecraft/world/gen/MapGenCaves.html') diff --git a/javadoc/net/minecraft/world/gen/MapGenCaves.html b/javadoc/net/minecraft/world/gen/MapGenCaves.html new file mode 100644 index 0000000..fa2bb21 --- /dev/null +++ b/javadoc/net/minecraft/world/gen/MapGenCaves.html @@ -0,0 +1,417 @@ + + + + + +MapGenCaves (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.world.gen
+

Class MapGenCaves

+
+
+ +
+
    +
  • +
    +
    +
    public class MapGenCaves
    +extends MapGenBase
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MapGenCaves() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddigBlock(Block[] data, + int index, + int x, + int y, + int z, + int chunkX, + int chunkZ, + boolean foundTop) +
      Digs out the current block, default implementation removes stone, filler, and top block + Sets the block to lava if y is less then 10, and air other wise.
      +
      protected voidfunc_151538_a(World p_151538_1_, + int p_151538_2_, + int p_151538_3_, + int p_151538_4_, + int p_151538_5_, + Block[] p_151538_6_) 
      protected voidfunc_151541_a(long p_151541_1_, + int p_151541_3_, + int p_151541_4_, + Block[] p_151541_5_, + double p_151541_6_, + double p_151541_8_, + double p_151541_10_, + float p_151541_12_, + float p_151541_13_, + float p_151541_14_, + int p_151541_15_, + int p_151541_16_, + double p_151541_17_) 
      protected voidfunc_151542_a(long p_151542_1_, + int p_151542_3_, + int p_151542_4_, + Block[] p_151542_5_, + double p_151542_6_, + double p_151542_8_, + double p_151542_10_) 
      protected booleanisOceanBlock(Block[] data, + int index, + int x, + int y, + int z, + int chunkX, + int chunkZ) 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MapGenCaves

        +
        public MapGenCaves()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_151542_a

        +
        protected void func_151542_a(long p_151542_1_,
        +                 int p_151542_3_,
        +                 int p_151542_4_,
        +                 Block[] p_151542_5_,
        +                 double p_151542_6_,
        +                 double p_151542_8_,
        +                 double p_151542_10_)
        +
      • +
      + + + +
        +
      • +

        func_151541_a

        +
        protected void func_151541_a(long p_151541_1_,
        +                 int p_151541_3_,
        +                 int p_151541_4_,
        +                 Block[] p_151541_5_,
        +                 double p_151541_6_,
        +                 double p_151541_8_,
        +                 double p_151541_10_,
        +                 float p_151541_12_,
        +                 float p_151541_13_,
        +                 float p_151541_14_,
        +                 int p_151541_15_,
        +                 int p_151541_16_,
        +                 double p_151541_17_)
        +
      • +
      + + + +
        +
      • +

        func_151538_a

        +
        protected void func_151538_a(World p_151538_1_,
        +                 int p_151538_2_,
        +                 int p_151538_3_,
        +                 int p_151538_4_,
        +                 int p_151538_5_,
        +                 Block[] p_151538_6_)
        +
        +
        Overrides:
        +
        func_151538_a in class MapGenBase
        +
        +
      • +
      + + + +
        +
      • +

        isOceanBlock

        +
        protected boolean isOceanBlock(Block[] data,
        +                   int index,
        +                   int x,
        +                   int y,
        +                   int z,
        +                   int chunkX,
        +                   int chunkZ)
        +
      • +
      + + + +
        +
      • +

        digBlock

        +
        protected void digBlock(Block[] data,
        +            int index,
        +            int x,
        +            int y,
        +            int z,
        +            int chunkX,
        +            int chunkZ,
        +            boolean foundTop)
        +
        Digs out the current block, default implementation removes stone, filler, and top block + Sets the block to lava if y is less then 10, and air other wise. + If setting to air, it also checks to see if we've broken the surface and if so + tries to make the floor the biome's top block
        +
        Parameters:
        data - Block data array
        index - Pre-calculated index into block data
        x - local X position
        y - local Y position
        z - local Z position
        chunkX - Chunk X position
        chunkZ - Chunk Y position
        foundTop - True if we've encountered the biome's top block. Ideally if we've broken the surface.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3