BetterHud
Toggle table of contents
1.14.1-SNAPSHOT-439
bukkit-api
Target filter
bukkit-api
Switch theme
Search in API
Skip to content
BetterHud
BetterHud/api/bukkit-api
/
kr.toxicity.hud.api.bukkit.event
/
UpdateItemEvent
Update
Item
Event
open
class
UpdateItemEvent
:
PlayerEvent
,
BetterHudEvent
player's inventory change event.
Members
Constructors
Update
Item
Event
Link copied to clipboard
constructor
(
@
NotNull
player
:
@
NotNull
Player
,
@
NotNull
itemStack
:
@
NotNull
ItemStack
,
@
NotNull
original
:
@
NotNull
Event
)
Player's inventory is changed.
Properties
HANDLER_
LIST
Link copied to clipboard
val
HANDLER_LIST
:
HandlerList
All handler lists.
item
Meta
Link copied to clipboard
@get:
NotNull
open
val
itemMeta
:
ItemMeta
Functions
get
Event
Name
Link copied to clipboard
open
fun
getEventName
(
)
:
String
get
Handler
List
Link copied to clipboard
open
fun
getHandlerList
(
)
:
HandlerList
Gets event handler
get
Handlers
Link copied to clipboard
@
NotNull
open
fun
getHandlers
(
)
:
@
NotNull
HandlerList
Gets event handler
get
Player
Link copied to clipboard
fun
getPlayer
(
)
:
Player
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean