toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.xml
/
XMLGuiLoader
XMLGui
Loader
public
interface
XMLGuiLoader
<
T
extends
GuiComponent
>
(
source
)
Inheritors
TabsLoader
Basic
Members
Types
Basic
Link copied to clipboard
public
interface
Basic
<
T
extends
GuiComponent
>
implements
XMLGuiLoader
<
T
>
Functions
create
Instance
Link copied to clipboard
@
NotNull
(
)
public
abstract
@
NotNull
(
)
T
createInstance
(
@
NotNull
(
)
@
NotNull
(
)
XMLContext
<
? extends
Object
>
context
,
@
NotNull
(
)
@
NotNull
(
)
Element
element
)
emit
XSDType
Link copied to clipboard
@
NotNull
(
)
public
abstract
@
NotNull
(
)
Element
emitXSDType
(
@
NotNull
(
)
@
NotNull
(
)
XSDGenerator
generator
,
@
NotNull
(
)
@
NotNull
(
)
Element
root
)
get
Name
Link copied to clipboard
@
NotNull
(
)
public
abstract
@
NotNull
(
)
QName
getName
(
)