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

ru.astrainteractive.astralibs.menu.holder.DefaultPlayerHolder.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

/**
 * Default implementatin of [PlayerHolder]
 */
@JvmInline
value class DefaultPlayerHolder(override val player: Player) : PlayerHolder




© 2015 - 2024 Weber Informatics LLC | Privacy Policy