net.barkerjr.gameserver.valve
Class TheShip

java.lang.Object
  extended by net.barkerjr.gameserver.valve.TheShip

public class TheShip
extends Object

Contains information specific to The Ship servers

Since:
2009-05-02
Author:
BarkerJr

Nested Class Summary
static class TheShip.GameMode
          The mode of the server
 
Constructor Summary
TheShip()
           
 
Method Summary
 TheShip.GameMode getGameMode()
          The game mode
 int getWitnessCount()
          The witness count
 int getWitnessSeconds()
          The witness seconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TheShip

public TheShip()
Method Detail

getGameMode

public TheShip.GameMode getGameMode()
The game mode

Returns:
the game mode
Since:
2009-05-02

getWitnessCount

public int getWitnessCount()
The witness count

Returns:
the witness count
Since:
2009-05-02

getWitnessSeconds

public int getWitnessSeconds()
The witness seconds

Returns:
the witness seconds
Since:
2009-05-02