|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICollidableObject
An interface for an object that can collide with other ICollidableObject
s.
Method Summary | |
---|---|
org.newdawn.slick.geom.Shape |
getCollisionShape()
returns the collision shape of this object moved to its actual position. |
org.newdawn.slick.geom.Shape |
getNormalCollisionShape()
returns the general collision shape of this object. |
boolean |
isCollidingWith(ICollidableObject collidable)
checks weather or not this object is colliding with the provided object. |
Method Detail |
---|
org.newdawn.slick.geom.Shape getNormalCollisionShape()
org.newdawn.slick.geom.Shape getCollisionShape()
boolean isCollidingWith(ICollidableObject collidable)
collidable
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |