5859606162636465666768
ICropTile tec = (ICropTile)te; CropCard crop; try { crop = (CropCard)_getCropMethod.invoke(tec); if(tec.getID() < 0 || !crop.canBeHarvested(tec) || crop.canGrow(tec)) { return false; } } catch(Exception e)