net.jetrix.messages
Class NewGameMessage

java.lang.Object
  extended by net.jetrix.Message
      extended by net.jetrix.messages.ChannelMessage
          extended by net.jetrix.messages.NewGameMessage

public class NewGameMessage
extends ChannelMessage

A new game message.

Version:
$Revision: 295 $, $Date: 2003-09-06 01:34:48 +0200 (sam., 06 sept. 2003) $
Author:
Emmanuel Bourg

Constructor Summary
NewGameMessage()
           
NewGameMessage(int slot, Settings settings)
           
NewGameMessage(Settings settings)
           
 
Method Summary
 int getSeed()
          Return the seed for the client's random number generator.
 Settings getSettings()
           
 void setSeed(int seed)
           
 void setSettings(Settings settings)
           
 
Methods inherited from class net.jetrix.messages.ChannelMessage
getChannel, getSlot, setChannel, setSlot
 
Methods inherited from class net.jetrix.Message
getDestination, getRawMessage, getSource, getTime, setDestination, setRawMessage, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewGameMessage

public NewGameMessage()

NewGameMessage

public NewGameMessage(Settings settings)

NewGameMessage

public NewGameMessage(int slot,
                      Settings settings)
Method Detail

getSettings

public Settings getSettings()

setSettings

public void setSettings(Settings settings)

getSeed

public int getSeed()
Return the seed for the client's random number generator.


setSeed

public void setSeed(int seed)


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.