|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lee.mugen.core.command.MugenSingleCmd
public class MugenSingleCmd
MugenSingleCmd describes a single command of the sequence in *.cmd
Nested Class Summary | |
---|---|
static class |
MugenSingleCmd.CommandType
|
Constructor Summary | |
---|---|
MugenSingleCmd(int time,
Key[] keys,
MugenSingleCmd.CommandType... types)
|
|
MugenSingleCmd(Key[] keys,
MugenSingleCmd.CommandType... types)
|
Method Summary | |
---|---|
int |
getKeys()
|
int |
getTime()
|
int |
getTypes()
|
void |
setTime(int time)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MugenSingleCmd(Key[] keys, MugenSingleCmd.CommandType... types)
public MugenSingleCmd(int time, Key[] keys, MugenSingleCmd.CommandType... types)
Method Detail |
---|
public int getTime()
public void setTime(int time)
public int getTypes()
public int getKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |