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