|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Perfume
A perfume item is one that can be "worn", and when worn, causes smell-message emotes to issue forth for others in the same room.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getSmellEmotes()
Retrieves a list of the possible smell emotes when worn. |
java.lang.String |
getSmellList()
Gets the list of possible smell emotes when worn as a semicolon delimited list of strings. |
void |
setSmellList(java.lang.String list)
Sets the list of possible smell emotes when worn as a semicolon delimited list of strings. |
void |
wearIfAble(MOB mob)
Causes this perfume to be "worn" on the given mob. |
| Method Detail |
|---|
java.util.List<java.lang.String> getSmellEmotes()
java.lang.String getSmellList()
setSmellList(String)void setSmellList(java.lang.String list)
list - the list of possible smell emotesgetSmellList()void wearIfAble(MOB mob)
mob - the mob to wear the perfume.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||