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
/
ThrowableItemSender
Throwable
Item
Sender
public
final
class
ThrowableItemSender
extends
DropItemList.ItemSender
Members
Constructors
Drop
Item
List.
Throwable
Item
Sender
Link copied to clipboard
public
DropItemList.ThrowableItemSender
DropItemList.ThrowableItemSender
(
ThrowableProjectile
item
,
UUID
owner
,
Integer
delay
)
Properties
delay
Link copied to clipboard
private
Integer
delay
entity
Link copied to clipboard
private
final
Entity
entity
item
Link copied to clipboard
private
final
ThrowableProjectile
item
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
Link copied to clipboard
public
final
ThrowableProjectile
getItem
(
)
get
Item
Stack
Link copied to clipboard
public
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
(
)