Uses of Class
org.lee.mugen.sprite.entity.Velocity

Packages that use Velocity
org.lee.mugen.sprite.character.spiteCnsSubClass   
org.lee.mugen.sprite.entity   
 

Uses of Velocity in org.lee.mugen.sprite.character.spiteCnsSubClass
 

Methods in org.lee.mugen.sprite.character.spiteCnsSubClass that return Velocity
 Velocity HitDefSub.Ground.getVelocity()
           
 Velocity HitDefSub.Air.getVelocity()
           
 Velocity HitDefSub.AirGuard.getVelocity()
           
 Velocity HitDefSub.Down.getVelocity()
           
 

Methods in org.lee.mugen.sprite.character.spiteCnsSubClass with parameters of type Velocity
 void HitDefSub.Ground.setVelocity(Velocity velocity)
           
 void HitDefSub.Air.setVelocity(Velocity velocity)
           
 void HitDefSub.AirGuard.setVelocity(Velocity velocity)
           
 void HitDefSub.Down.setVelocity(Velocity velocity)
           
 

Uses of Velocity in org.lee.mugen.sprite.entity
 

Methods in org.lee.mugen.sprite.entity that return Velocity
 Velocity ProjectileSub.getAccel()
           
 Velocity ProjectileSub.getRemvelocity()
           
 Velocity ProjectileSub.getVelmul()
           
 Velocity ProjectileSub.getVelocity()
           
 

Methods in org.lee.mugen.sprite.entity with parameters of type Velocity
 void ProjectileSub.setAccel(Velocity accel)
           
 void ProjectileSub.setRemvelocity(Velocity remvelocity)
           
 void ProjectileSub.setVelmul(Velocity velmul)
           
 void ProjectileSub.setVelocity(Velocity velocity)