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

ru.astrainteractive.astralibs.menu.holder.PlayerHolder.kt Maven / Gradle / Ivy

There is a newer version: 2.28.0
Show newest version
package ru.astrainteractive.astralibs.menu.holder

import org.bukkit.entity.Player

/**
 * PlayerHolder interface
 *
 * Can be extended to add stuff like opened page etc
 */
interface PlayerHolder {
    val player: Player
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy