toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.event
/
BindEvent
Bind
Event
public
abstract
class
BindEvent
extends
Event
implements
Cancellable
Inheritors
ItemBindEvent
EntityBindEvent
BlockBindEvent
Members
Constructors
Bind
Event
Link copied to clipboard
public
void
BindEvent
(
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
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
Owner
Link copied to clipboard
public
void
setOwner
(
UUID
owner
)
set
Setting
Link copied to clipboard
public
void
setSetting
(
BaseSetting
setting
)