Class MapGenBase

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Random rand  
      protected int range  
      protected World worldObj  
    • Constructor Summary

      Constructors 
      Constructor Description
      MapGenBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate​(IChunkProvider var1, World var2, int var3, int var4, byte[] var5)  
      protected void recursiveGenerate​(World world, int i, int j, int k, int l, byte[] abyte0)  
      • 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

      • generate

        public void generate​(IChunkProvider var1,
                             World var2,
                             int var3,
                             int var4,
                             byte[] var5)
      • recursiveGenerate

        protected void recursiveGenerate​(World world,
                                         int i,
                                         int j,
                                         int k,
                                         int l,
                                         byte[] abyte0)