All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.skillw.pouvoir.api.feature.realizer.component.Awakeable.kt Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
package com.skillw.pouvoir.api.feature.realizer.component


/**
 * @className Realizable
 *
 * @author Glom
 * @date 2023/1/5 16:25 Copyright 2022 user. 
 */
interface Awakeable {
    fun onLoad() {}
    fun onEnable() {}
    fun onActive() {}
    fun onReload() {}

    fun onDisable() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy