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

com.skillw.pouvoir.api.plugin.map.component.Registrable.kt Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
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