rails.game
Class GamesInfo
java.lang.Object
rails.game.GamesInfo
public class GamesInfo
- extends java.lang.Object
- Author:
- Erik Vos
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getGameNames
public static java.util.List<java.lang.String> getGameNames()
getNote
public static java.lang.String getNote(java.lang.String name)
getDescription
public static java.lang.String getDescription(java.lang.String name)
getMinPlayers
public static int getMinPlayers(java.lang.String name)
getMaxPlayers
public static int getMaxPlayers(java.lang.String name)
getOptions
public static java.util.List<GameOption> getOptions(java.lang.String name)
getCredits
public static java.lang.String getCredits()