Package com.prineside.tdi2.events.game
Class CoinsChange
java.lang.Object
com.prineside.tdi2.events.StoppableEvent
com.prineside.tdi2.events.game.CoinsChange
- All Implemented Interfaces:
 Event
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintbooleanisGained()setGained(boolean gained) setOldValue(int oldValue) Methods inherited from class com.prineside.tdi2.events.StoppableEvent
isStopped, stop 
- 
Constructor Details
- 
CoinsChange
public CoinsChange(int oldValue, boolean gained)  
 - 
 - 
Method Details
- 
getOldValue
public int getOldValue() - 
setOldValue
 - 
isGained
public boolean isGained() - 
setGained
 
 -