toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
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
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
(
)
remove
Link copied to clipboard
public
Unit
remove
(
)
send
Back
Link copied to clipboard
public
Unit
sendBack
(
)
set
Delay
Link copied to clipboard
public
final
Unit
setDelay
(
Integer
delay
)
set
Mark
As
Removed
Link copied to clipboard
public
final
Unit
setMarkAsRemoved
(
Boolean
markAsRemoved
)