public class StructureInfo
extends java.lang.Object
| Constructor and Description |
|---|
StructureInfo(StructureType type,
int health,
Location location,
Team team) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHealth()
Returns this structure's health.
|
Location |
getLocation()
Returns this structure's location.
|
Team |
getTeam()
Returns this structure's team.
|
StructureType |
getType()
Returns this structure's type.
|
public StructureInfo(StructureType type, int health, Location location, Team team)
public Team getTeam()
public StructureType getType()
public Location getLocation()
public int getHealth()