Examples of maybeGrowTree()


Examples of com.mojang.minecraft.level.Level.maybeGrowTree()

               var23 += var5.random.nextInt(6) - var5.random.nextInt(6);
               var25 += var5.random.nextInt(6) - var5.random.nextInt(6);
               if(var23 >= 0 && var25 >= 0 && var23 < var5.width && var25 < var5.depth) {
                  var27 = var52[var23 + var25 * var48] + 1;
                  if(var5.random.nextInt(4) == 0) {
                     var47.maybeGrowTree(var23, var27, var25);
                  }
               }
            }
         }
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.