twcore.core
Class FrequencyShipChange

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

public class FrequencyShipChange
extends SubspaceEvent


Constructor Summary
FrequencyShipChange(twcore.core.ByteArray array)
           
 
Method Summary
 int getFrequency()
           
 int getPlayerID()
           
 int getShipType()
           
 
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

FrequencyShipChange

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

getPlayerID

public int getPlayerID()

getShipType

public int getShipType()

getFrequency

public int getFrequency()