|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavaclient.structures.PlayerPlannerWaypointT
public class PlayerPlannerWaypointT
Waypoint structure.
(see the player_planner_waypoint structure from player.h)
Constructor Summary | |
---|---|
PlayerPlannerWaypointT()
|
Method Summary | |
---|---|
int |
getA()
|
int |
getX()
|
int |
getY()
|
void |
setA(int newa)
|
void |
setX(int newx)
|
void |
setY(int newy)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlayerPlannerWaypointT()
Method Detail |
---|
public int getX()
public void setX(int newx)
public int getY()
public void setY(int newy)
public int getA()
public void setA(int newa)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |