Package | Description |
---|---|
org.cell2d.space |
Modifier and Type | Method and Description |
---|---|
CollisionResponse |
MobileObject.collide(SpaceObject object,
Direction direction)
This MobileObject's response to colliding with a solid surface of the
specified SpaceObject in the specified Direction.
|
static CollisionResponse |
CollisionResponse.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollisionResponse[] |
CollisionResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|