Uses of Interface
jme.entity.EntityInterface

Packages that use EntityInterface
jme.entity   
jme.entity.camera   
jme.entity.effects   
jme.world   
 

Uses of EntityInterface in jme.entity
 

Classes in jme.entity that implement EntityInterface
 class Entity
          Entity defines a game entity that consists of a piece of geometry, a position and an orientation.
 

Uses of EntityInterface in jme.entity.camera
 

Classes in jme.entity.camera that implement EntityInterface
 class Camera
          Camera defines a camera in three dimensional space.
 

Uses of EntityInterface in jme.entity.effects
 

Classes in jme.entity.effects that implement EntityInterface
 class ParticleSystem
          ParticleSystem maintains a collection of particle emitters.
 

Uses of EntityInterface in jme.world
 

Methods in jme.world with parameters of type EntityInterface
 void World.addEntity(EntityInterface entity)
          addEntity adds an entity to the entity list.