Class AceCustomMode

java.lang.Object
de.f0rce.ace.util.AceCustomMode

public class AceCustomMode
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AceCustomMode()  
  • Method Summary

    Modifier and Type Method Description
    void addStartState​(AceCustomModeRule... rules)
    Add the start state to the mode (which is required).
    void addState​(java.lang.String stateName, AceCustomModeRule... rules)
    Add a new state to the custom mode which can be accessed by a rule if wanted with AceCustomModeRule.setNext(String).

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait