HungerDelirium

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
@Serializable
data class HungerDeliriumOptions(var enabled: Boolean = true, var minFoodLevel: Int = 7) : ModuleOptions

Properties

Link copied to clipboard
open override val description: String
Link copied to clipboard
open val id: String
Link copied to clipboard
val isBeingWatched: <Error class: unknown class>
Link copied to clipboard
open val name: String
Link copied to clipboard
open override var options: ModuleOptions

Functions

Link copied to clipboard
Link copied to clipboard
fun on(event: FoodLevelChangeEvent)
fun on(event: PlayerJoinEvent)
fun on(event: PlayerQuitEvent)
Link copied to clipboard
open fun onDisable()

Called when the module is disabled.

Link copied to clipboard
open fun onEnable()

Called when the module is enabled.