rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.guide.button
/
ContributorButton
Contributor
Button
class
ContributorButton
(
val
addon
:
RebarAddon
,
val
contributor
:
ContributorConfig
)
:
AbstractItem
(
source
)
Members
Constructors
Contributor
Button
Link copied to clipboard
constructor
(
addon
:
RebarAddon
,
contributor
:
ContributorConfig
)
Properties
addon
Link copied to clipboard
val
addon
:
RebarAddon
contributor
Link copied to clipboard
val
contributor
:
ContributorConfig
Functions
add
Observer
Link copied to clipboard
open
fun
addObserver
(
who
:
Observer
?
,
what
:
Int
,
how
:
Int
)
get
Item
Provider
Link copied to clipboard
open
override
fun
getItemProvider
(
viewer
:
Player
)
:
ItemStackBuilder
get
Update
Period
Link copied to clipboard
open
fun
getUpdatePeriod
(
what
:
Int
)
:
Int
handle
Bundle
Select
Link copied to clipboard
open
fun
handleBundleSelect
(
player
:
Player
?
,
bundleSlot
:
Int
)
handle
Click
Link copied to clipboard
open
override
fun
handleClick
(
clickType
:
ClickType
,
player
:
Player
,
click
:
Click
)
notify
Windows
Link copied to clipboard
open
fun
notifyWindows
(
)
remove
Observer
Link copied to clipboard
open
fun
removeObserver
(
who
:
Observer
?
,
what
:
Int
,
how
:
Int
)