toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.event
/
UnBindEvent
Un
Bind
Event
public
abstract
class
UnBindEvent
extends
Event
implements
Cancellable
Inheritors
ItemUnBIndEvent
BlockUnBindEvent
EntityUnBindEvent
Members
Constructors
Un
Bind
Event
Link copied to clipboard
public
void
UnBindEvent
(
BaseSetting
setting
,
UUID
owner
,
BindType
bindType
)
Properties
bind
Type
Link copied to clipboard
public
BindType
bindType
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
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
Handlers
Link copied to clipboard
public
abstract
HandlerList
getHandlers
(
)
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
abstract
boolean
isCancelled
(
)
public
boolean
isCancelled
(
)
set
Bind
Type
Link copied to clipboard
public
void
setBindType
(
BindType
bindType
)
set
Cancelled
Link copied to clipboard
public
abstract
void
setCancelled
(
boolean p
)
public
void
setCancelled
(
boolean cancelled
)
set
Setting
Link copied to clipboard
public
void
setSetting
(
BaseSetting
setting
)