com.skillw.pouvoir.api.plugin.map.component.Registrable.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.plugin.map.component
/**
* @className Registrable
*
* @author Glom
* @date 2022/7/18 7:56 Copyright 2022 user.
*
* 可注册的类
*/
interface Registrable : Keyable {
fun register()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy