toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.event
/
ItemSendBackEvent
Item
Send
Back
Event
public
class
ItemSendBackEvent
extends
Event
implements
Cancellable
Members
Constructors
Item
Send
Back
Event
Link copied to clipboard
public
void
ItemSendBackEvent
(
UUID
owner
,
SendBackType
type
,
Array
<
ItemStack
>
item
)
Properties
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
items
Link copied to clipboard
public
final
Array
<
ItemStack
>
items
owner
Link copied to clipboard
public
final
UUID
owner
type
Link copied to clipboard
public
final
SendBackType
type
Functions
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
Items
Link copied to clipboard
public
Array
<
ItemStack
>
getItems
(
)
get
Owner
Link copied to clipboard
public
UUID
getOwner
(
)
get
Type
Link copied to clipboard
public
SendBackType
getType
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)
is
Cancelled
Link copied to clipboard
public
abstract
boolean
isCancelled
(
)
public
boolean
isCancelled
(
)
set
Cancelled
Link copied to clipboard
public
abstract
void
setCancelled
(
boolean p
)
public
void
setCancelled
(
boolean cancel
)