com.skillw.pouvoir.api.feature.realizer.component.Awakeable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
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