com.threerings.toybox.data
Class ToyBoxGameDefinition

java.lang.Object
  extended by com.whirled.game.data.GameDefinition
      extended by com.threerings.toybox.data.ToyBoxGameDefinition
All Implemented Interfaces:
Streamable

public class ToyBoxGameDefinition
extends com.whirled.game.data.GameDefinition

Defines some bits for ToyBox games.


Field Summary
 
Fields inherited from class com.whirled.game.data.GameDefinition
controller, digest, ident, manager, match, params, server
 
Constructor Summary
ToyBoxGameDefinition()
           
 
Method Summary
 String getMediaPath(int gameId)
           
 
Methods inherited from class com.whirled.game.data.GameDefinition
getBureauId, getServerMediaPath, isSinglePlayerPlayable, setParams, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToyBoxGameDefinition

public ToyBoxGameDefinition()
Method Detail

getMediaPath

public String getMediaPath(int gameId)
Specified by:
getMediaPath in class com.whirled.game.data.GameDefinition