Uses of Class
org.deken.game.sprites.BoundingBox

Packages that use BoundingBox
org.deken.game.motion The motion package contains classes for controlling the motion of a game piece. 
org.deken.game.sprites The pieces package contains the game pieces that will be used by the old style engine. 
 

Uses of BoundingBox in org.deken.game.motion
 

Fields in org.deken.game.motion declared as BoundingBox
protected  BoundingBox BaseMotion.boundingBox
           
 

Methods in org.deken.game.motion that return BoundingBox
 BoundingBox BaseMotion.getBounds()
           
 BoundingBox Motion.getBounds()
          Returns the motions BoundingBox for collision detection at the Motion level.
 

Methods in org.deken.game.motion with parameters of type BoundingBox
 void BaseMotion.setBoundingBox(BoundingBox boundingBox)
           
 void Motion.setBoundingBox(BoundingBox boundingBox)
          Set the BoundingBox size for Collision detection at the Motion level.
 

Uses of BoundingBox in org.deken.game.sprites
 

Fields in org.deken.game.sprites declared as BoundingBox
protected  BoundingBox Sprite.boundingBox
           
 

Methods in org.deken.game.sprites that return BoundingBox
 BoundingBox Actor.getBounds()
           
 BoundingBox Sprite.getBounds()
           
 

Methods in org.deken.game.sprites with parameters of type BoundingBox
 boolean BoundingBox.intersects(BoundingBox b)
           
 void Sprite.setBoundingBox(BoundingBox boundingBox)