org.lee.mugen.core.command
Class KeyProc
java.lang.Object
org.lee.mugen.core.command.KeyProc
public class KeyProc
- extends java.lang.Object
Key proc descripte a command key and his state NONE, LOCK, HIDDEN
- Author:
- Dr Wong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KeyProc
public KeyProc(AbstractCommand key)
KeyProc
public KeyProc(AbstractCommand key,
KeyLockCommand.State state)
getKey
public AbstractCommand getKey()
setKey
public void setKey(AbstractCommand key)
getState
public KeyLockCommand.State getState()
setState
public void setState(KeyLockCommand.State state)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object