toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.pickers
/
BasePicker
Base
Picker
public
abstract
class
BasePicker
Inheritors
DataBasePicker
EnderChestPicker
GlobalMarketPlusPicker
PlayerInvPicker
SweetMailPicker
Members
Constructors
Base
Picker
Link copied to clipboard
public
BasePicker
BasePicker
(
String
name
)
Types
Companion
Link copied to clipboard
public
class
Companion
Properties
Companion
Link copied to clipboard
public
final
static
BasePicker.Companion
Companion
name
Link copied to clipboard
private
final
String
name
Functions
get
Name
Link copied to clipboard
public
final
String
getName
(
)
pickup
Link copied to clipboard
public
abstract
Array
<
ItemStack
>
pickup
(
UUID
uuid
,
Array
<
ItemStack
>
items
,
SendBackType
type
,
Boolean
notify
)
public
abstract
Array
<
ItemStack
>
pickup
(
OfflinePlayer
player
,
Array
<
ItemStack
>
items
,
SendBackType
type
,
Boolean
notify
)
register
Link copied to clipboard
public
final
Unit
register
(
)