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
/
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
override
fun
addObserver
(
p0
:
Observer
,
p1
:
Int
,
p2
:
Int
)
get
Item
Provider
Link copied to clipboard
open
override
fun
getItemProvider
(
viewer
:
Player
)
:
<Error class: unknown class>
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
open
override
fun
handleClick
(
clickType
:
ClickType
,
player
:
Player
,
click
:
Click
)
notify
Windows
Link copied to clipboard
open
override
fun
notifyWindows
(
)
remove
Observer
Link copied to clipboard
open
override
fun
removeObserver
(
p0
:
Observer
,
p1
:
Int
,
p2
:
Int
)