public interface BodyInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Returns the ID of this body.
|
MapLocation |
getLocation()
Returns the center location of this body.
|
float |
getRadius()
Returns the radius of this body.
|
boolean |
isBullet()
Returns whether this body is a bullet.
|
boolean |
isRobot()
Returns whether this body is a robot.
|
boolean |
isTree()
Returns whether this body is a tree.
|
int getID()
MapLocation getLocation()
float getRadius()
boolean isRobot()
boolean isTree()
boolean isBullet()