SakuraBind
Toggle table of contents
2.4.12
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SakuraBind
SakuraBind
/
top.iseason.bukkit.sakurabind.task
/
DropItemList
/
ItemSender
Item
Sender
public
abstract
class
ItemSender
Inheritors
DropItemSender
ThrowableItemSender
Members
Constructors
Drop
Item
List.
ItemSender
Link copied to clipboard
public
DropItemList.ItemSender
DropItemList.ItemSender
(
Entity
entity
,
UUID
owner
,
Integer
delay
)
Properties
delay
Link copied to clipboard
private
Integer
delay
entity
Link copied to clipboard
private
final
Entity
entity
mark
As
Removed
Link copied to clipboard
private
Boolean
markAsRemoved
owner
Link copied to clipboard
private
final
UUID
owner
Functions
check
Void
Link copied to clipboard
public
Boolean
checkVoid
(
)
get
Delay
Link copied to clipboard
public
final
Integer
getDelay
(
)
get
Entity
Link copied to clipboard
public
final
Entity
getEntity
(
)
get
Item
Stack
Link copied to clipboard
public
abstract
ItemStack
getItemStack
(
)
get
Mark
As
Removed
Link copied to clipboard
public
final
Boolean
getMarkAsRemoved
(
)
get
Owner
Link copied to clipboard
public
final
UUID
getOwner
(
)
get
Send
Back
Type
Link copied to clipboard
public
SendBackType
getSendBackType
(
)
keep
When
Entity
Invalid
Link copied to clipboard
public
Boolean
keepWhenEntityInvalid
(
)
remove
Link copied to clipboard
public
Unit
remove
(
)
remove
On
Cancel
Link copied to clipboard
public
Unit
removeOnCancel
(
)
send
Back
Link copied to clipboard
public
Unit
sendBack
(
)
set
Delay
Link copied to clipboard
public
final
Unit
setDelay
(
Integer
value
)
set
Mark
As
Removed
Link copied to clipboard
public
final
Unit
setMarkAsRemoved
(
Boolean
value
)
should
Return
On
Cancel
Link copied to clipboard
public
Boolean
shouldReturnOnCancel
(
)
use
Entity
State
Link copied to clipboard
public
Boolean
useEntityState
(
)