Uses of Class
org.lee.mugen.core.command.Key

Packages that use Key
org.lee.mugen.core.command   
 

Uses of Key in org.lee.mugen.core.command
 

Methods in org.lee.mugen.core.command that return Key
 Key KeyLockCommand.getKey()
           
static Key Key.getKey(int bit)
           
static Key Key.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Key[] Key.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.lee.mugen.core.command with parameters of type Key
 void CmdProcDispatcher.setKey(int keyCode, Key key)
           
 

Constructors in org.lee.mugen.core.command with parameters of type Key
KeyLockCommand(Key key)
           
MugenSingleCmd(int time, Key[] keys, MugenSingleCmd.CommandType... types)
           
MugenSingleCmd(Key[] keys, MugenSingleCmd.CommandType... types)