edu.umk.mat.merdacz.JGServer.plugins
Class Netris
java.lang.Object
edu.umk.mat.merdacz.JGServer.plugins.Netris
- All Implemented Interfaces:
- Gamelet
- public class Netris
- extends java.lang.Object
- implements Gamelet
- Author:
- Marcin Daczkowski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Netris
public Netris()
parseRequest
public java.lang.String parseRequest(java.lang.String id,
Player player,
org.jdom.Document doc)
- Specified by:
parseRequest
in interface Gamelet
sitDown
public boolean sitDown(Player player)
- Specified by:
sitDown
in interface Gamelet
standUp
public boolean standUp(Player player)
- Specified by:
standUp
in interface Gamelet
startGame
public boolean startGame(Player player)
- Specified by:
startGame
in interface Gamelet
pauseGame
public boolean pauseGame(Player player)
- Specified by:
pauseGame
in interface Gamelet
isByTable
public boolean isByTable(Player player)
- Specified by:
isByTable
in interface Gamelet
giveUp
public boolean giveUp(Player player)
- Specified by:
giveUp
in interface Gamelet