twcore.core
Class FlagPosition

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

public class FlagPosition
extends SubspaceEvent


Constructor Summary
FlagPosition(twcore.core.ByteArray array)
           
 
Method Summary
 int getFlagID()
           
 int getTeam()
           
 int getXLocation()
           
 int getYLocation()
           
 
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

FlagPosition

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

getFlagID

public int getFlagID()

getXLocation

public int getXLocation()

getYLocation

public int getYLocation()

getTeam

public int getTeam()