toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.xml
/
XMLGuiLoader
/
Basic
Basic
interface
Basic
<
T
:
GuiComponent
?
>
:
XMLGuiLoader
<
T
>
(
source
)
Inheritors
ScrollPanelLoader
GuiLoader
RowLoader
SliderLoader
SwitchLoader
ButtonLoader
TextLoader
ColumnLoader
AlignLoader
ArrayLoader
BasicCollapsibleLoader
CenterLoader
FragmentLoader
HoverLoader
IndirectLoader
ItemStackLoader
MetaLoader
PanelLoader
RootLoader
ScaleLoader
SpacerLoader
TextFieldLoader
WhenLoader
Members
Functions
create
Instance
Link copied to clipboard
@
NotNull
abstract
fun
createInstance
(
@
NotNull
context
:
@
NotNull
XMLContext
<
out
Any
>
,
@
NotNull
element
:
@
NotNull
Element
)
:
@
NotNull
T
emit
XSDType
Link copied to clipboard
@
NotNull
open
fun
emitXSDType
(
@
NotNull
generator
:
@
NotNull
XSDGenerator
,
@
NotNull
root
:
@
NotNull
Element
)
:
@
NotNull
Element
get
Attribute
Names
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getAttributeNames
(
)
:
@
NotNull
@
Unmodifiable
Map
<
String
,
Boolean
>
get
Child
Count
Link copied to clipboard
@
NotNull
abstract
fun
getChildCount
(
)
:
@
NotNull
ChildCount
get
Name
Link copied to clipboard
@
NotNull
abstract
fun
getName
(
)
:
@
NotNull
QName