com.planet_ink.coffee_mud.Libraries.interfaces
Interface SlaveryLibrary.GeasStep

All Known Implementing Classes:
SlaveryParser.GeasStepImpl
Enclosing interface:
SlaveryLibrary

public static interface SlaveryLibrary.GeasStep


Method Summary
 boolean botherIfAble(java.lang.String msgOrQ)
           
 MOB getBotheredMob()
           
 boolean sayResponse(MOB speaker, MOB target, java.lang.String response)
           
 void setStep(SlaveryLibrary.Step step)
           
 java.lang.String step()
           
 

Method Detail

botherIfAble

boolean botherIfAble(java.lang.String msgOrQ)

sayResponse

boolean sayResponse(MOB speaker,
                    MOB target,
                    java.lang.String response)

step

java.lang.String step()

setStep

void setStep(SlaveryLibrary.Step step)

getBotheredMob

MOB getBotheredMob()