toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.processor
/
ProcessedOption
Processed
Option
interface
ProcessedOption
:
HasDebugLocation
(
source
)
Inheritors
ProcessedOptionImpl
Members
Types
Has
Field
Link copied to clipboard
interface
HasField
Functions
explicit
Notify
Change
Link copied to clipboard
abstract
fun
explicitNotifyChange
(
)
get
Link copied to clipboard
abstract
fun
get
(
)
:
Any
get
Accordion
Id
Link copied to clipboard
abstract
fun
getAccordionId
(
)
:
Int
get
Category
Link copied to clipboard
abstract
fun
getCategory
(
)
:
ProcessedCategory
get
Config
Link copied to clipboard
abstract
fun
getConfig
(
)
:
Config
get
Debug
Declaration
Location
Link copied to clipboard
@
Nullable
abstract
fun
getDebugDeclarationLocation
(
)
:
@
Nullable
String
get
Description
Link copied to clipboard
abstract
fun
getDescription
(
)
:
String
get
Editor
Link copied to clipboard
abstract
fun
getEditor
(
)
:
GuiOptionEditor
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
get
Search
Tags
Link copied to clipboard
abstract
fun
getSearchTags
(
)
:
Array
<
SearchTag
>
get
Type
Link copied to clipboard
abstract
fun
getType
(
)
:
Type
into
Property
Link copied to clipboard
open
fun
intoProperty
(
)
:
GetSetter
<
out
Any
>
set
Link copied to clipboard
abstract
fun
set
(
value
:
Any
)
:
Boolean