GenPerfume, StdPerfumepublic interface Perfume
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
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.