@SuppressWarnings({ "unchecked", "rawtypes" })
@Override
public List<ItemStack> getDrops(World world, Random rand, int x, int y, int z)
{
IFruitBearer f = ForestryUtils.getFruitBearer(world.getBlockTileEntity(x, y, z));
return((List)f.pickFruit(ForestryUtils.getItem("grafter").copy()));
}
@Override
public void postPick(World world, int x, int y, int z)
{