toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.event
/
EntityBindEvent
Entity
Bind
Event
public
class
EntityBindEvent
extends
BindEvent
Members
Constructors
Entity
Bind
Event
Link copied to clipboard
public
void
EntityBindEvent
(
Entity
entity
,
BaseSetting
setting
,
UUID
uuid
,
BindType
bindType
)
Properties
bind
Type
Link copied to clipboard
public
BindType
bindType
entity
Link copied to clipboard
public
final
Entity
entity
绑定的物品
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
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
Entity
Link copied to clipboard
public
Entity
getEntity
(
)
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
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
)