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/MapGenBase.html | 351 ------------------------ 1 file changed, 351 deletions(-) delete mode 100644 javadoc/net/minecraft/world/gen/MapGenBase.html (limited to 'javadoc/net/minecraft/world/gen/MapGenBase.html') diff --git a/javadoc/net/minecraft/world/gen/MapGenBase.html b/javadoc/net/minecraft/world/gen/MapGenBase.html deleted file mode 100644 index 866b36e..0000000 --- a/javadoc/net/minecraft/world/gen/MapGenBase.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -MapGenBase (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.gen
-

Class MapGenBase

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      protected java.util.Randomrand 
      protected intrange 
      protected WorldworldObj 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      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_) 
      voidfunc_151539_a(IChunkProvider p_151539_1_, - World p_151539_2_, - int p_151539_3_, - int p_151539_4_, - Block[] p_151539_5_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        range

        -
        protected int range
        -
      • -
      - - - -
        -
      • -

        rand

        -
        protected java.util.Random rand
        -
      • -
      - - - -
        -
      • -

        worldObj

        -
        protected World worldObj
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MapGenBase

        -
        public MapGenBase()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_151539_a

        -
        public void func_151539_a(IChunkProvider p_151539_1_,
        -                 World p_151539_2_,
        -                 int p_151539_3_,
        -                 int p_151539_4_,
        -                 Block[] p_151539_5_)
        -
      • -
      - - - -
        -
      • -

        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_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3