Package | Description |
---|---|
city.cs.engine |
Simple wrapper around the JBox2D physics engine.
|
Modifier and Type | Method and Description |
---|---|
void |
Body.addCollisionListener(CollisionListener listener)
Register a listener for collisions with this body.
|
void |
Body.removeCollisionListener(CollisionListener listener)
Deregister a listener for collisions with this body.
|