From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/world/gen/MapGenBase.html | 351 ++++++++++++++++++++++++ 1 file changed, 351 insertions(+) create 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 new file mode 100644 index 0000000..866b36e --- /dev/null +++ b/javadoc/net/minecraft/world/gen/MapGenBase.html @@ -0,0 +1,351 @@ + + + + + +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