org.lee.mugen.sprite.character.spiteCnsSubClass.constante
Class Velocity

java.lang.Object
  extended by 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


Nested Class Summary
static class Velocity.JumpMove
           
static class Velocity.Move
           
 
Constructor Summary
Velocity()
           
 
Method Summary
 java.lang.Object clone()
           
 Velocity.JumpMove getAirjump()
           
 Velocity.JumpMove getJump()
           
 Velocity.Move getRun()
           
 Velocity.JumpMove getRunjump()
           
 Velocity.Move getWalk()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Velocity

public Velocity()
Method Detail

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()