rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
rebar
rebar
/
io.github.pylonmc.rebar.guide.button
/
GuideButton
Guide
Button
abstract
class
GuideButton
:
AbstractItem
(
source
)
Inheritors
AddonPageButton
PageButton
Members
Constructors
Guide
Button
Link copied to clipboard
constructor
(
)
Functions
add
Observer
Link copied to clipboard
open
override
fun
addObserver
(
p0
:
Observer
,
p1
:
Int
,
p2
:
Int
)
get
Item
Provider
Link copied to clipboard
abstract
fun
getItemProvider
(
p0
:
Player
)
:
ItemProvider
get
Update
Period
Link copied to clipboard
open
fun
getUpdatePeriod
(
p0
:
Int
)
:
Int
handle
Bundle
Select
Link copied to clipboard
open
fun
handleBundleSelect
(
p0
:
Player
,
p1
:
Int
)
handle
Click
Link copied to clipboard
abstract
fun
handleClick
(
p0
:
ClickType
,
p1
:
Player
,
p2
:
Click
)
notify
Windows
Link copied to clipboard
open
override
fun
notifyWindows
(
)
priority
Link copied to clipboard
open
fun
priority
(
)
:
Double
remove
Observer
Link copied to clipboard
open
override
fun
removeObserver
(
p0
:
Observer
,
p1
:
Int
,
p2
:
Int
)
should
Display
Link copied to clipboard
open
fun
shouldDisplay
(
player
:
Player
)
:
Boolean