mud.client
Class LocalPlayer

java.lang.Object
  extended by mud.client.LocalPlayer

public class LocalPlayer
extends java.lang.Object

Contains all the code required to control the user's own player


Constructor Summary
LocalPlayer(GameView gameView)
           
 
Method Summary
 void addContextMenuEvent(ContextMenuEvent event)
           
 Player getPlayer()
           
 void setPlayer(Player p)
           
 void update(UserInput input, java.util.Collection<Message> sendQueue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalPlayer

public LocalPlayer(GameView gameView)
Method Detail

update

public void update(UserInput input,
                   java.util.Collection<Message> sendQueue)

addContextMenuEvent

public void addContextMenuEvent(ContextMenuEvent event)

getPlayer

public Player getPlayer()

setPlayer

public void setPlayer(Player p)