org.lee.mugen.core.command
Class MugenCommands
java.lang.Object
org.lee.mugen.core.command.MugenCommands
public class MugenCommands
- extends java.lang.Object
MugenCommands describes the sequence in *.cmd
- Author:
- Dr Wong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MugenCommands
public MugenCommands(MugenSingleCmd[] cmds,
java.lang.String cmdName)
MugenCommands
public MugenCommands(MugenSingleCmd[] cmds,
java.lang.String cmdName,
int time,
int bufferTime)
find
public boolean find(CmdProcDispatcher cpd,
long gameTime,
boolean isFlip)
find
public boolean find(AbstractCommand last,
AbstractCommand current,
int pos,
MugenSingleCmd[] cmds)
getBufferTime
public long getBufferTime()
setBufferTime
public void setBufferTime(long bufferTime)
getCmds
public MugenSingleCmd[] getCmds()
setCmds
public void setCmds(MugenSingleCmd[] cmds)
getTime
public long getTime()
setTime
public void setTime(long time)
getCommandName
public java.lang.String getCommandName()
setCommandName
public void setCommandName(java.lang.String commandName)
addBufferTime
public void addBufferTime(int i)