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

com.skillw.pouvoir.api.plugin.map.component.Keyable.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 : 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