ogs.core
Class Ability.Modifier
java.lang.Object
|
+--ogs.support.Object
|
+--ogs.core.Modifier
|
+--ogs.core.Ability.Modifier
- All Implemented Interfaces:
- EventListener
- Enclosing class:
- Ability
- public class Ability.Modifier
- extends Modifier
The modifier resulting from the current score of an ability.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ability.Modifier
public Ability.Modifier(int value)
- Create a new ability modifier.
- Parameters:
value
- Value of this modifier.
handleEvent
protected void handleEvent(EventObject event)
- Update the value of this modifier.
- Overrides:
handleEvent
in class Object
- Parameters:
event
- The event that occurred.