toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.event
/
ItemBindEvent
Item
Bind
Event
public
class
ItemBindEvent
extends
BindEvent
Inheritors
ItemBindFromBlockEvent
Members
Constructors
Item
Bind
Event
Link copied to clipboard
public
void
ItemBindEvent
(
ItemStack
item
,
BaseSetting
setting
,
UUID
uuid
,
BindType
bindType
)
Properties
bind
Type
Link copied to clipboard
public
BindType
bindType
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
item
Link copied to clipboard
public
final
ItemStack
item
绑定的物品
owner
Link copied to clipboard
public
UUID
owner
setting
Link copied to clipboard
public
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
(
)
public
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
(
)
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
(
)
set
Bind
Type
Link copied to clipboard
public
void
setBindType
(
BindType
bindType
)
set
Cancelled
Link copied to clipboard
public
void
setCancelled
(
boolean cancelled
)
set
Owner
Link copied to clipboard
public
void
setOwner
(
UUID
owner
)
set
Setting
Link copied to clipboard
public
void
setSetting
(
BaseSetting
setting
)