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.config
/
ContributorConfig
Contributor
Config
data
class
ContributorConfig
(
val
displayName
:
String
,
val
description
:
String
?
,
val
minecraftUUID
:
UUID
?
=
Bukkit.getOfflinePlayer(displayName).uniqueId
,
val
githubUsername
:
String
?
,
val
link
:
String
?
)
(
source
)
Members
Constructors
Contributor
Config
Link copied to clipboard
constructor
(
displayName
:
String
,
description
:
String
?
,
minecraftUUID
:
UUID
?
=
Bukkit.getOfflinePlayer(displayName).uniqueId
,
githubUsername
:
String
?
,
link
:
String
?
)
constructor
(
displayName
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
?
display
Name
Link copied to clipboard
val
displayName
:
String
github
Username
Link copied to clipboard
val
githubUsername
:
String
?
link
Link copied to clipboard
val
link
:
String
?
minecraft
UUID
Link copied to clipboard
val
minecraftUUID
:
UUID
?