UpdateItemEvent

open class UpdateItemEvent : PlayerEvent, BetterHudEvent

player's inventory change event.

Constructors

Link copied to clipboard
constructor(@NotNull player: @NotNull Player, @NotNull itemStack: @NotNull ItemStack, @NotNull original: @NotNull Event)
Player's inventory is changed.

Properties

Link copied to clipboard
val HANDLER_LIST: HandlerList
All handler lists.
Link copied to clipboard
@get:NotNull
open val itemMeta: ItemMeta

Functions

Link copied to clipboard
open fun getEventName(): String
Link copied to clipboard
open fun getHandlerList(): HandlerList
Gets event handler
Link copied to clipboard
@NotNull
open fun getHandlers(): @NotNull HandlerList
Gets event handler
Link copied to clipboard
fun getPlayer(): Player
Link copied to clipboard