|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PetFromInventory
TODO: The documentation for this type (PetFromInventory) is incomplete. (brpocock, Nov 24, 2009)
Method Summary | |
---|---|
PetBehaviour |
getActiveBehaviour()
TODO: document this method (brpocock, Nov 24, 2009) |
ExistsInWorld |
getUserBeingFollowed()
TODO: document this method (brpocock, Nov 24, 2009) |
boolean |
isFollowingUser()
TODO: document this method (brpocock, Nov 24, 2009) |
boolean |
isInFlock()
TODO: document this method (brpocock, Nov 24, 2009) |
boolean |
isInTrain()
TODO: document this method (brpocock, Nov 24, 2009) |
void |
joinFlock(ExistsInWorld member)
TODO: document this method (brpocock, Nov 24, 2009) |
void |
joinTrain(ExistsInWorld member)
TODO: document this method (brpocock, Nov 24, 2009) |
void |
setNextBehaviour(PetBehaviour behaviour)
TODO: document this method (brpocock, Nov 24, 2009) |
Methods inherited from interface org.starhope.appius.util.ExistsInWorld |
---|
acceptAdminMessage, acceptAdminMessage, getAvatarLabel, getFacing, getPublicInfo, getTargetX, getTargetY, getTravelRate, getTravelStart, getUserID, getVariable, getX, getY, hasVariable, isNPC, isOnline, setStartT, setTravelRate, setX, setY, toSFSXML |
Methods inherited from interface org.starhope.appius.game.RoomListener |
---|
acceptGameAction, acceptGameStateChange, acceptObjectJoinRoom, acceptObjectPartRoom, acceptOutOfBandMessage, acceptPublicMessage, acceptPublicMessage, getLocation, getRoom, getZone |
Methods inherited from interface org.starhope.appius.util.AcceptsMetronomeTicks |
---|
tick |
Methods inherited from interface org.starhope.appius.util.HasName |
---|
getName |
Method Detail |
---|
PetBehaviour getActiveBehaviour()
ExistsInWorld getUserBeingFollowed()
boolean isFollowingUser()
boolean isInFlock()
boolean isInTrain()
void joinFlock(ExistsInWorld member)
member
- WRITEMEvoid joinTrain(ExistsInWorld member)
member
- WRITEMEvoid setNextBehaviour(PetBehaviour behaviour)
behaviour
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |