edu.umk.mat.merdacz.JGFramework
Class GamePlayer
java.lang.Object
edu.umk.mat.merdacz.JGFramework.GamePlayer
- public class GamePlayer
- extends java.lang.Object
Wrappes player with some info needed by plugins, and hide
all data they doesn't need.
- Author:
- Marcin Daczkowski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
p
private Player p
pause
private boolean pause
ready
private boolean ready
defeat
private boolean defeat
GamePlayer
public GamePlayer(Player p)
isPause
public boolean isPause()
setPause
public void setPause(boolean pause)
isReady
public boolean isReady()
setReady
public void setReady(boolean ready)
isLost
public boolean isLost()
setLost
public void setLost(boolean lost)
getLoginName
public java.lang.String getLoginName()
getPlayer
public Player getPlayer()
toXml
public java.lang.String toXml()