Uses of Interface
apes.ICollidableObject

Uses of ICollidableObject in apes
 

Classes in apes that implement ICollidableObject
 class Ape
          This class represents an ape.
 class Banana
          This class represents a Banana (or really any object that may be thrown in a parabolic trajectory).
 class Block
          This class is a simple block (rectangle) implementation of ICollidableObject.
 class CollidableImageObject
          An ImageObject extended by the methods specified in ICollidableObject.
 

Methods in apes with parameters of type ICollidableObject
 boolean Block.isCollidingWith(ICollidableObject collidable)
           
 boolean CollidableImageObject.isCollidingWith(ICollidableObject collidable)
          returns true if the collision shape of this object intersects with the collision shape of the given object.
 boolean ICollidableObject.isCollidingWith(ICollidableObject collidable)
          checks weather or not this object is colliding with the provided object.