com.skillw.pouvoir.api.plugin.object.Releasable.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.
The newest version!
package com.skillw.pouvoir.api.plugin.`object`
/**
* @className Releasable
*
* @author Glom
* @date 2023/1/22 22:56 Copyright 2024 Glom.
*/
interface Releasable {
/** 是否在重载时注销 */
var release: Boolean
fun unregister()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy