toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.xml
/
XMLGuiLoader
XMLGui
Loader
interface
XMLGuiLoader
<
T
:
GuiComponent
?
>
(
source
)
Inheritors
Basic
TabsLoader
Members
Types
Basic
Link copied to clipboard
interface
Basic
<
T
:
GuiComponent
?
>
:
XMLGuiLoader
<
T
>
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
abstract
fun
emitXSDType
(
@
NotNull
generator
:
@
NotNull
XSDGenerator
,
@
NotNull
root
:
@
NotNull
Element
)
:
@
NotNull
Element
get
Name
Link copied to clipboard
@
NotNull
abstract
fun
getName
(
)
:
@
NotNull
QName