toggle menu
SakuraBind
2.4.10
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.event
/
ItemUnBoundEvent
Item
Un
Bound
Event
public
class
ItemUnBoundEvent
extends
Event
物品已经解绑的回调事件,无法取消
Members
Constructors
Item
Un
Bound
Event
Link copied to clipboard
public
void
ItemUnBoundEvent
(
ItemStack
item
,
BaseSetting
setting
,
UUID
uuid
,
BindType
bindType
)
Properties
bind
Type
Link copied to clipboard
public
final
BindType
bindType
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
item
Link copied to clipboard
public
final
ItemStack
item
解绑后的物品
owner
Link copied to clipboard
public
final
UUID
owner
setting
Link copied to clipboard
public
final
BaseSetting
setting
Functions
get
Bind
Type
Link copied to clipboard
public
BindType
getBindType
(
)
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
abstract
HandlerList
getHandlers
(
)
@
NotNull
(
)
public
@
NotNull
(
)
HandlerList
getHandlers
(
)
get
Item
Link copied to clipboard
public
ItemStack
getItem
(
)
get
Owner
Link copied to clipboard
public
UUID
getOwner
(
)
get
Setting
Link copied to clipboard
public
BaseSetting
getSetting
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)