org.lee.mugen.core.command
Class MugenSingleCmd

java.lang.Object
  extended by org.lee.mugen.core.command.MugenSingleCmd

public class MugenSingleCmd
extends java.lang.Object

MugenSingleCmd describes a single command of the sequence in *.cmd

Author:
Dr Wong

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

MugenSingleCmd

public MugenSingleCmd(Key[] keys,
                      MugenSingleCmd.CommandType... types)

MugenSingleCmd

public MugenSingleCmd(int time,
                      Key[] keys,
                      MugenSingleCmd.CommandType... types)
Method Detail

getTime

public int getTime()

setTime

public void setTime(int time)

getTypes

public int getTypes()

getKeys

public int getKeys()