BukkitPlayerInventory

@ApiStatus.Experimental
abstract class BukkitPlayerInventory(player: Player) : PlayerInventory<ItemStack> (source)

PlayerInventory for Bukkit.

Since

0.8.0

Constructors

Link copied to clipboard
constructor(player: Player)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The player owning this inventory.

Inherited properties

Link copied to clipboard
Link copied to clipboard
open val items: List<ItemStack>
Link copied to clipboard
abstract val storedItems: List<ItemStack>