javaclient.structures
Class PlayerPlannerWaypointT

java.lang.Object
  extended by javaclient.structures.PlayerPlannerWaypointT

public class PlayerPlannerWaypointT
extends java.lang.Object

Waypoint structure.
(see the player_planner_waypoint structure from player.h)

Version:
Author:
Radu Bogdan Rusu

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

PlayerPlannerWaypointT

public PlayerPlannerWaypointT()
Method Detail

getX

public int getX()

setX

public void setX(int newx)

getY

public int getY()

setY

public void setY(int newy)

getA

public int getA()

setA

public void setA(int newa)