Uses of Interface
jme.physics.PhysicsModule

Packages that use PhysicsModule
jme.entity   
jme.physics.mobile   
 

Uses of PhysicsModule in jme.entity
 

Methods in jme.entity that return PhysicsModule
 PhysicsModule Entity.getPhysics()
          getPhysics returns the physics module of the particular entity.
 

Methods in jme.entity with parameters of type PhysicsModule
 void Entity.setPhysicsModule(PhysicsModule physics)
          setPhysicsModule sets the module the defines how the physics of the entity are handled.
 

Uses of PhysicsModule in jme.physics.mobile
 

Classes in jme.physics.mobile that implement PhysicsModule
 class LandMobility
          LandMobility handles the acceleration and velocity of a land vehicle.