public class Dota2ServerStatsBldg extends Object
Dota2ServerStatsBldg class.
| Constructor and Description |
|---|
Dota2ServerStatsBldg() |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeading()
Getter for the field
heading. |
int |
getLane()
Getter for the field
lane. |
int |
getTeam()
Getter for the field
team. |
int |
getTier()
Getter for the field
tier. |
int |
getType()
Getter for the field
type. |
double |
getX()
Getter for the field
x. |
double |
getY()
Getter for the field
y. |
boolean |
isDestroyed()
isDestroyed.
|
void |
setDestroyed(boolean destroyed)
Setter for the field
destroyed. |
void |
setHeading(double heading)
Setter for the field
heading. |
void |
setLane(int lane)
Setter for the field
lane. |
void |
setTeam(int team)
Setter for the field
team. |
void |
setTier(int tier)
Setter for the field
tier. |
void |
setType(int type)
Setter for the field
type. |
void |
setX(double x)
Setter for the field
x. |
void |
setY(double y)
Setter for the field
y. |
String |
toString() |
public int getTeam()
Getter for the field team.
public void setTeam(int team)
Setter for the field team.
team - The teampublic double getHeading()
Getter for the field heading.
public void setHeading(double heading)
Setter for the field heading.
heading - The headingpublic int getType()
Getter for the field type.
public void setType(int type)
Setter for the field type.
type - The typepublic int getLane()
Getter for the field lane.
public void setLane(int lane)
Setter for the field lane.
lane - The lanepublic int getTier()
Getter for the field tier.
public void setTier(int tier)
Setter for the field tier.
tier - The tierpublic double getX()
Getter for the field x.
public void setX(double x)
Setter for the field x.
x - The xpublic double getY()
Getter for the field y.
public void setY(double y)
Setter for the field y.
y - The ypublic boolean isDestroyed()
isDestroyed.
public void setDestroyed(boolean destroyed)
Setter for the field destroyed.
destroyed - The destroyedCopyright © 2016–2024. All rights reserved.