org.lee.mugen.core.command
Class ReleaseCommand
java.lang.Object
org.lee.mugen.core.command.AbstractCommand
org.lee.mugen.core.command.ReleaseCommand
public class ReleaseCommand
- extends AbstractCommand
ReleaseCommand
INFO : May be here there are some replication in conception
because this class is a PressCommand and it's kind is RELEASE
We have the information twice :/
Never mind it's work :p
- Author:
- Dr Wong
Method Summary |
long |
getHoldTick()
get the number of tick that say how long this key is hold before it release |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReleaseCommand
public ReleaseCommand(int key,
long tick,
long holdTick)
getHoldTick
public long getHoldTick()
- get the number of tick that say how long this key is hold before it release
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractCommand