twcore.core
Class Prize

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

public class Prize
extends SubspaceEvent


Constructor Summary
Prize(twcore.core.ByteArray array)
           
 
Method Summary
 int getPlayerID()
           
 int getPrizeType()
           
 int getTimeStamp()
           
 int getXTiles()
           
 int getYTiles()
           
 
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

Prize

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

getTimeStamp

public int getTimeStamp()

getXTiles

public int getXTiles()

getYTiles

public int getYTiles()

getPrizeType

public int getPrizeType()

getPlayerID

public int getPlayerID()