org.lee.mugen.sprite.character.spiteCnsSubClass.constante
Class Velocity
java.lang.Object
org.lee.mugen.sprite.character.spiteCnsSubClass.constante.Velocity
- All Implemented Interfaces:
- java.lang.Cloneable
public class Velocity
- extends java.lang.Object
- implements java.lang.Cloneable
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Velocity
public Velocity()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
getAirjump
public Velocity.JumpMove getAirjump()
getJump
public Velocity.JumpMove getJump()
getRun
public Velocity.Move getRun()
getRunjump
public Velocity.JumpMove getRunjump()
getWalk
public Velocity.Move getWalk()