com.skillw.pouvoir.api.plugin.map.component.Keyable.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 : com.skillw.classsystem.api.component.Keyable Created by
* Glom_ on 2021-03-27 20:54:22 Copyright 2021 user.
*
* 有对应键的类
*/
interface Keyable {
/** Key */
val key: K
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy