public void plantPlant(ItemType itemType) { plantType = plantManager.getPlantTypeFromSeed(itemType); plantLevel = 1; setPlantSprite(); growRate = plantManager.getGrowRateFromPlantType(plantType); growing = true; seedPresent = true; }