|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tootsville.npc.Harmony.KidWalksUpTo
static final class Harmony.KidWalksUpTo
WRITEME: Document this type.
| Field Summary | |
|---|---|
private Harmony |
harmony
WRITEME: Document this brpocock@star-hope.org |
| Constructor Summary | |
|---|---|
Harmony.KidWalksUpTo(Harmony anHarmony)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | |
|---|---|
boolean |
acceptAction(Room where,
AbstractUser subject,
String verb,
AbstractUser object,
String indirectObject,
Object... trailer)
WRITEME: Document this method brpocock@star-hope.org |
private void |
giveKidBucket(AbstractUser subject)
WRITEME: Document this method brpocock@star-hope.org |
private void |
levelUp_level1(AbstractUser subject)
WRITEME: Document this method brpocock@star-hope.org |
private void |
levelUp_level2(AbstractUser subject)
WRITEME: Document this method brpocock@star-hope.org |
private void |
payKidForCleanup(AbstractUser kid,
List<Integer> events)
WRITEME: Document this method brpocock@star-hope.org |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Harmony harmony
| Constructor Detail |
|---|
Harmony.KidWalksUpTo(Harmony anHarmony)
anHarmony - WRITEME| Method Detail |
|---|
public boolean acceptAction(Room where,
AbstractUser subject,
String verb,
AbstractUser object,
String indirectObject,
Object... trailer)
ActionMethod
acceptAction in interface ActionMethodwhere - WRITEMEsubject - WRITEMEverb - WRITEMEobject - WRITEMEindirectObject - WRITEMEtrailer - WRITEME
ActionMethod.acceptAction(org.starhope.appius.game.Room,
org.starhope.appius.user.AbstractUser, java.lang.String,
org.starhope.appius.user.AbstractUser, java.lang.String,
java.lang.Object[])private void giveKidBucket(AbstractUser subject)
subject - WRITEMEprivate void levelUp_level1(AbstractUser subject)
subject - the user leveling upprivate void levelUp_level2(AbstractUser subject)
subject - the user leveling up
private void payKidForCleanup(AbstractUser kid,
List<Integer> events)
kid - the player who is being paid offevents - the collection of events for which s/he is
being paid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||