Uses of Class
org.lee.mugen.sprite.character.SpriteCns.Physics

Packages that use SpriteCns.Physics
org.lee.mugen.sprite.character   
 

Uses of SpriteCns.Physics in org.lee.mugen.sprite.character
 

Methods in org.lee.mugen.sprite.character that return SpriteCns.Physics
 SpriteCns.Physics SpriteCns.getPhysics()
           
static SpriteCns.Physics SpriteCns.Physics.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpriteCns.Physics[] SpriteCns.Physics.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.lee.mugen.sprite.character with parameters of type SpriteCns.Physics
 void SpriteCns.setPhysics(SpriteCns.Physics physics)