CharStatsDefaultCharStats, Prayer_InfuseBalance, Prayer_InfuseDiscipline, Prayer_InfuseHoliness, Prayer_InfuseImpunity, Prayer_InfuseModeration, Prayer_InfuseUnholiness, Prop_HaveZapper, Prop_ReqEntry, Prop_RideZapper, Prop_WearZapperpublic static interface Deity.DeityWorshipper extends CMObject
idConverter| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
deityName() |
Returns the displayable name of this mobs current deity.
|
Deity |
getMyDeity() |
Returns the Deity object of the mob that this player/mob worships.
|
java.lang.String |
getWorshipCharID() |
Returns the name of the Deity mob that this player/mob worships.
|
void |
setDeityName(java.lang.String newDeityName) |
Changes the apparent deity of ths mob by setting a new name.
|
void |
setWorshipCharID(java.lang.String newVal) |
Sets the name of the Deity mob that this player/mob worships.
|
copyOf, ID, initializeClass, name, newInstancejava.lang.String getWorshipCharID()
setWorshipCharID(String),
getMyDeity(),
setDeityName(String),
deityName()void setWorshipCharID(java.lang.String newVal)
newVal - the name of the Deity mob that this player/mob worships.setWorshipCharID(String),
getMyDeity(),
deityName()Deity getMyDeity()
getWorshipCharID(),
setWorshipCharID(String),
deityName()java.lang.String deityName()
getWorshipCharID(),
setWorshipCharID(String),
getMyDeity()void setDeityName(java.lang.String newDeityName)
newDeityName - the name of the mobs apparent deitydeityName()