storyworld
Interface Model

All Known Subinterfaces:
Model
All Known Implementing Classes:
ConcreteModel

public interface Model


Method Summary
abstract  void enterStory()
           
abstract  void exitStory()
           
abstract  Location getPlayerLocation()
           
abstract  void movePlayerTo(Location loc)
           
abstract  void sendMessage(String s)
           
abstract  void sendStats()
           
 

Method Detail

enterStory

void enterStory()

exitStory

void exitStory()

getPlayerLocation

Location getPlayerLocation()

movePlayerTo

void movePlayerTo(Location loc)

sendMessage

void sendMessage(String s)

sendStats

void sendStats()