toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.annotations
/
ConfigEditorButton
Config
Editor
Button
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Target
(
value
=
ElementType.FIELD
)
public
@interface
ConfigEditorButton
(
source
)
Used for buttons. The field associated with this option may only be of type
Runnable
.
Members
Functions
annotation
Type
Link copied to clipboard
public
abstract
Class
<
? extends
Annotation
>
annotationType
(
)
button
Text
Link copied to clipboard
public
abstract
String
buttonText
(
)
equals
Link copied to clipboard
public
abstract
boolean
equals
(
Object
p
)
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
runnable
Id
Link copied to clipboard
@
Deprecated
(
)
public
abstract
int
runnableId
(
)
Deprecated feature.
to
String
Link copied to clipboard
public
abstract
String
toString
(
)