toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.event
/
ItemUnBIndEvent
Item
Un
BInd
Event
public
class
ItemUnBIndEvent
extends
UnBindEvent
Members
Constructors
Item
Un
BInd
Event
Link copied to clipboard
public
void
ItemUnBIndEvent
(
ItemStack
item
,
UUID
uuid
,
BaseSetting
setting
,
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
final
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
Setting
Link copied to clipboard
public
void
setSetting
(
BaseSetting
setting
)