rails.game.correct
Class CorrectionAction
java.lang.Object
rails.game.action.PossibleAction
rails.game.correct.CorrectionAction
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CashCorrectionAction, CorrectionModeAction, MapCorrectionAction
public abstract class CorrectionAction
- extends PossibleAction
Base class for all actions that correct the state of the game.
- Author:
- freystef
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
correctionType
protected transient CorrectionType correctionType
correctionName
protected java.lang.String correctionName
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
CorrectionAction
public CorrectionAction()
getCorrectionType
public CorrectionType getCorrectionType()
getCorrectionName
public java.lang.String getCorrectionName()
setCorrectionType
public void setCorrectionType(CorrectionType correctionType)