BBUReloaded
Toggle table of contents
0.1-BETA
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BBUReloaded
BBUReloaded
/
me.imoltres.bbu.utils.menu
/
Button
Button
public
abstract
class
Button
Inheritors
BackButton
DisplayButton
Filler
JumpToMenuButton
ConfirmationButton
Members
Constructors
Button
Link copied to clipboard
public
void
Button
(
)
Functions
clicked
Link copied to clipboard
public
void
clicked
(
Player
player
,
ClickType
clickType
)
public
void
clicked
(
Player
player
,
int slot
,
ClickType
clickType
,
int hotbarSlot
)
get
Button
Item
Link copied to clipboard
public
abstract
ItemStack
getButtonItem
(
Player
player
)
placeholder
Link copied to clipboard
public
static
Button
placeholder
(
Material
material
,
Array
<
String
>
title
)
play
Fail
Link copied to clipboard
public
static
void
playFail
(
Player
player
)
play
Neutral
Link copied to clipboard
public
static
void
playNeutral
(
Player
player
)
play
Success
Link copied to clipboard
public
static
void
playSuccess
(
Player
player
)
should
Cancel
Link copied to clipboard
public
boolean
shouldCancel
(
Player
player
,
ClickType
clickType
)
should
Update
Link copied to clipboard
public
boolean
shouldUpdate
(
Player
player
,
ClickType
clickType
)