Uses of Interface
crystalspace.jbind.interfaces.iengine.sector.iSectorList

Packages that use iSectorList
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.movable   
crystalspace.jbind.impl.engine.sector   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iengine.movable   
 

Uses of iSectorList in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iSectorList
 iSectorList csEngine.getSectors()
           
 

Uses of iSectorList in crystalspace.jbind.impl.engine.movable
 

Methods in crystalspace.jbind.impl.engine.movable that return iSectorList
 iSectorList csMovable.getSectors()
           
 

Uses of iSectorList in crystalspace.jbind.impl.engine.sector
 

Classes in crystalspace.jbind.impl.engine.sector that implement iSectorList
 class csSectorList
           
 

Uses of iSectorList in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iSectorList
 iSectorList iEngine.getSectors()
          Get the list of sectors.
 

Uses of iSectorList in crystalspace.jbind.interfaces.iengine.movable
 

Methods in crystalspace.jbind.interfaces.iengine.movable that return iSectorList
 iSectorList iMovable.getSectors()
          Get the list of sectors for this entity.