public class VisibleObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
direction
Returns the relative direction to this object in degrees
|
double |
distance
Returns the distance to this object
|
int |
team
Returns 0 if the team of this player equals with the team of the observer, 1 if not, and -1 if not player
|
Constructor and Description |
---|
VisibleObject() |