de.spieleck.game.base.msg
Class PlayerMessage

java.lang.Object
  |
  +--de.spieleck.game.base.UpdateMessageBase
        |
        +--de.spieleck.game.base.msg.PlayerMessage
All Implemented Interfaces:
UpdateMessage
Direct Known Subclasses:
PlayerJoinMessage, PlayerLeaveMessage

public class PlayerMessage
extends UpdateMessageBase


Field Summary
protected  GamePlayer player
          Keep the involved player
 
Fields inherited from class de.spieleck.game.base.UpdateMessageBase
place
 
Constructor Summary
PlayerMessage(GamePlace place, GamePlayer s)
           
 
Method Summary
 GamePlayer getPlayer()
           
 
Methods inherited from class de.spieleck.game.base.UpdateMessageBase
getPlace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

player

protected GamePlayer player
Keep the involved player
Constructor Detail

PlayerMessage

public PlayerMessage(GamePlace place,
                     GamePlayer s)
Method Detail

getPlayer

public GamePlayer getPlayer()


gameframe project