MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.processor
/
ProcessedCategoryImpl
Processed
Category
Impl
open
class
ProcessedCategoryImpl
:
ProcessedCategory
(
source
)
Members
Constructors
Processed
Category
Impl
Link copied to clipboard
constructor
(
field
:
Field
,
name
:
StructuredText
,
desc
:
StructuredText
)
constructor
(
field
:
Field
,
name
:
StructuredText
,
desc
:
StructuredText
,
@
Nullable
parent
:
@
Nullable
String
)
Properties
accordion
Anchors
Link copied to clipboard
val
accordionAnchors
:
Map
<
Integer
,
ProcessedOption
>
desc
Link copied to clipboard
val
desc
:
StructuredText
name
Link copied to clipboard
val
name
:
StructuredText
options
Link copied to clipboard
val
options
:
List
<
ProcessedOption
>
parent
Link copied to clipboard
@
Nullable
open
var
parent
:
@
Nullable
String
reflect
Field
Link copied to clipboard
val
reflectField
:
Field
Functions
get
Accordion
Anchors
Link copied to clipboard
@
Unmodifiable
open
fun
getAccordionAnchors
(
)
:
@
Unmodifiable
Map
<
Integer
,
ProcessedOption
>
get
Debug
Declaration
Location
Link copied to clipboard
open
fun
getDebugDeclarationLocation
(
)
:
String
get
Description
Link copied to clipboard
open
fun
getDescription
(
)
:
StructuredText
get
Display
Name
Link copied to clipboard
open
fun
getDisplayName
(
)
:
StructuredText
get
Identifier
Link copied to clipboard
open
fun
getIdentifier
(
)
:
String
get
Options
Link copied to clipboard
@
Unmodifiable
open
fun
getOptions
(
)
:
@
Unmodifiable
List
<
ProcessedOption
>
get
Parent
Category
Id
Link copied to clipboard
@
Nullable
open
fun
getParentCategoryId
(
)
:
@
Nullable
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String