Package com.warrows.plugins.TreeSpirit.trees

Examples of com.warrows.plugins.TreeSpirit.trees.GreatTree.addToBody()


      return;
    }

    /* On agrandis l'arbre ou on annule */
    if (tree.isAdjacent(item))
      tree.addToBody(item);
    else
      event.setCancelled(true);
  }

  @EventHandler(ignoreCancelled = true)
View Full Code Here


      return;
    for (BlockState b : event.getBlocks())
      if (b.getType() == Material.LOG
          || b.getType() == Material.SAPLING
          || b.getType() == Material.LEAVES)
        tree.addToBody(b.getBlock());
  }

  /* Suivent les �v�nements suceptibles de reduire un arbre */

  @EventHandler(ignoreCancelled = true)
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.