From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/world/gen/MapGenRavine.html | 392 ---------------------- 1 file changed, 392 deletions(-) delete mode 100644 javadoc/net/minecraft/world/gen/MapGenRavine.html (limited to 'javadoc/net/minecraft/world/gen/MapGenRavine.html') diff --git a/javadoc/net/minecraft/world/gen/MapGenRavine.html b/javadoc/net/minecraft/world/gen/MapGenRavine.html deleted file mode 100644 index 77c0423..0000000 --- a/javadoc/net/minecraft/world/gen/MapGenRavine.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - -MapGenRavine (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.gen
-

Class MapGenRavine

-
-
- -
-
    -
  • -
    -
    -
    public class MapGenRavine
    -extends MapGenBase
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MapGenRavine() 
      -
    • -
    - -
      -
    • - - -

      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_151540_a(long p_151540_1_, - int p_151540_3_, - int p_151540_4_, - Block[] p_151540_5_, - double p_151540_6_, - double p_151540_8_, - double p_151540_10_, - float p_151540_12_, - float p_151540_13_, - float p_151540_14_, - int p_151540_15_, - int p_151540_16_, - double p_151540_17_) 
      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

      - - - -
        -
      • -

        MapGenRavine

        -
        public MapGenRavine()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_151540_a

        -
        protected void func_151540_a(long p_151540_1_,
        -                 int p_151540_3_,
        -                 int p_151540_4_,
        -                 Block[] p_151540_5_,
        -                 double p_151540_6_,
        -                 double p_151540_8_,
        -                 double p_151540_10_,
        -                 float p_151540_12_,
        -                 float p_151540_13_,
        -                 float p_151540_14_,
        -                 int p_151540_15_,
        -                 int p_151540_16_,
        -                 double p_151540_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