Package com.warrows.plugins.TreeSpirit.trees

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


      return;
    }

    GreatTree tree = TreesData.getGreatTree(player);

    tree.addDrop(item);
  }

  @EventHandler(ignoreCancelled = true)
  public void onPlayerBlockPlace(BlockPlaceEvent event)
  {
View Full Code Here


        if (is != null)
        {
          if (is.getType() == Material.LOG
              || is.getType() == Material.SAPLING
              || is.getType() == Material.LEAVES)
            tree.addDrop(is);
        }
      }
    }
  }
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.