Interface RandomEventConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
notificationSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
notifyAllEvents()
default boolean
notifyArnav()
default boolean
notifyBeekeeper()
default boolean
notifyBob()
default boolean
notifyCerters()
default boolean
notifyDemon()
default boolean
notifyDunce()
default boolean
notifyDwarf()
default boolean
notifyFlippa()
default boolean
notifyForester()
default boolean
notifyFrog()
default boolean
notifyGenie()
default boolean
notifyGravedigger()
default boolean
notifyJekyll()
default boolean
notifyMaze()
default boolean
notifyMime()
default boolean
notifyMoM()
default boolean
notifyPillory()
default boolean
notifyPrison()
default boolean
notifyQuiz()
default boolean
notifySandwich()
default boolean
notifyTurpentine()
default boolean
notifyTwin()
default boolean
removeMenuOptions()
-
-
-
Field Detail
-
notificationSection
static final String notificationSection
- See Also:
- Constant Field Values
-
-
Method Detail
-
removeMenuOptions
default boolean removeMenuOptions()
-
notifyAllEvents
default boolean notifyAllEvents()
-
notifyArnav
default boolean notifyArnav()
-
notifyBeekeeper
default boolean notifyBeekeeper()
-
notifyBob
default boolean notifyBob()
-
notifyCerters
default boolean notifyCerters()
-
notifyDemon
default boolean notifyDemon()
-
notifyDunce
default boolean notifyDunce()
-
notifyDwarf
default boolean notifyDwarf()
-
notifyForester
default boolean notifyForester()
-
notifyFlippa
default boolean notifyFlippa()
-
notifyFrog
default boolean notifyFrog()
-
notifyGenie
default boolean notifyGenie()
-
notifyGravedigger
default boolean notifyGravedigger()
-
notifyJekyll
default boolean notifyJekyll()
-
notifyMaze
default boolean notifyMaze()
-
notifyMime
default boolean notifyMime()
-
notifyMoM
default boolean notifyMoM()
-
notifyPillory
default boolean notifyPillory()
-
notifyPrison
default boolean notifyPrison()
-
notifyQuiz
default boolean notifyQuiz()
-
notifySandwich
default boolean notifySandwich()
-
notifyTurpentine
default boolean notifyTurpentine()
-
notifyTwin
default boolean notifyTwin()
-
-