ru.astrainteractive.astralibs.menu.holder.DefaultPlayerHolder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spigot-gui Show documentation
Show all versions of spigot-gui Show documentation
Core utilities for spigot development
package ru.astrainteractive.astralibs.menu.holder
import org.bukkit.entity.Player
/**
* Default implementatin of [PlayerHolder]
*/
@JvmInline
value class DefaultPlayerHolder(override val player: Player) : PlayerHolder