Package pvzclone.model.api
Interface Plant
- All Superinterfaces:
ActiveEntities
,Entities
- All Known Implementing Classes:
PlantImpl
interface for the entity plant.
-
Method Summary
Methods inherited from interface pvzclone.model.api.ActiveEntities
getCooldown, getDamage, getLastTimeAttack, getRemainingLife, receiveDamage, setLastTimeAttack
Methods inherited from interface pvzclone.model.api.Entities
getEntityName, getPosition, isAlive
-
Method Details
-
getPlantCost
int getPlantCost()Returns the cost of the plant.- Returns:
- cost to buy the plant.
-