hudson.plugins.jsgames.game
Class Tetris
java.lang.Object
hudson.plugins.jsgames.game.Tetris
- All Implemented Interfaces:
- Game
public class Tetris
- extends Object
- implements Game
Tetris game details.
- Author:
- cliffano
|
Method Summary |
String |
getId()
The game ID, used in the URL path. |
String |
getTitle()
The game title, displayed on the game menu options below the game icon. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tetris
public Tetris()
getId
public final String getId()
- Description copied from interface:
Game
- The game ID, used in the URL path.
E.g. /plugin/jsgames//icon.png
- Specified by:
getId in interface Game
- Returns:
- game ID
getTitle
public final String getTitle()
- Description copied from interface:
Game
- The game title, displayed on the game menu options below the game icon.
- Specified by:
getTitle in interface Game
- Returns:
- game title
Copyright © 2004-2011. All Rights Reserved.