Interface Dateable
- All Known Implementing Classes:
AttackingSpell
,Earning
,HealingSpell
,ModifyAtkSpell
,ModifyDefSpell
,ModifyHpSpell
,Offer
,SlowDownSpell
,Spell
public interface Dateable
Interface for objects that can give information about a point of time
- Author:
- kiheru
-
Method Summary
-
Method Details
-
getTimestamp
long getTimestamp()- Returns:
- point of time relevant for this object
-