|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.ObjectAbstractStory
MultiLocationStory
Courier
public class Courier
| Field Summary | |
|---|---|
(package private) Location |
destination
|
(package private) Location |
pickup
|
(package private) Location |
start
|
(package private) int |
state
|
| Fields inherited from class AbstractStory |
|---|
world |
| Constructor Summary | |
|---|---|
Courier(AbstractWorld w,
String a,
String b,
String c)
|
|
| Method Summary | |
|---|---|
Report |
createReport(String current)
|
String |
getDescription()
|
String |
getName()
|
void |
receiveMessage(String message)
|
| Methods inherited from class MultiLocationStory |
|---|
createReport, receiveMessage |
| Methods inherited from class AbstractStory |
|---|
getPlayerLocation, getTime, getWorld, isActive, notifyLocation, notifyLocation, setActive, setWorld |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Location destination
Location pickup
Location start
int state
| Constructor Detail |
|---|
public Courier(AbstractWorld w,
String a,
String b,
String c)
| Method Detail |
|---|
public Report createReport(String current)
createReport in class MultiLocationStorypublic String getDescription()
getDescription in class AbstractStorypublic String getName()
getName in class AbstractStorypublic void receiveMessage(String message)
receiveMessage in class MultiLocationStory
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||