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

tech.carcadex.kotlinbukkitkit.architecture.extensions.ExPlugin.kt Maven / Gradle / Ivy

The newest version!
/*
ORIGINAL PACKAGE: package br.com.devsrsouza.kotlinbukkitapi.architecture
ORIGINAL REPOSITORY: https://github.com/DevSrSouza/KotlinBukkitAPI
AUTHOR: https://github.com/DevSrSouza

Thanks DevSrSouza for KotlinBukkitAPI
 */
package tech.carcadex.kotlinbukkitkit.architecture.extensions

import org.bukkit.plugin.Plugin

// TODO: make it a experimental API that will be replaced with Context Receivers in the future
public interface WithPlugin { public val plugin: T }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy