twcore.core
Class BallPosition

java.lang.Object
  |
  +--twcore.core.SubspaceEvent
        |
        +--twcore.core.BallPosition

public class BallPosition
extends SubspaceEvent


Constructor Summary
BallPosition(twcore.core.ByteArray array)
           
 
Method Summary
 int getBallID()
           
 int getPlayerID()
           
 int getTimeStamp()
           
 int getXLocation()
           
 int getXVelocity()
           
 int getYLocation()
           
 int getYVelocity()
           
 
Methods inherited from class twcore.core.SubspaceEvent
getEventType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallPosition

public BallPosition(twcore.core.ByteArray array)
Method Detail

getBallID

public int getBallID()

getXLocation

public int getXLocation()

getYLocation

public int getYLocation()

getXVelocity

public int getXVelocity()

getYVelocity

public int getYVelocity()

getPlayerID

public int getPlayerID()

getTimeStamp

public int getTimeStamp()