toggle menu
MoulConfig
3.8.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.xml
/
XMLGuiLoader
/
Basic
Basic
public
interface
Basic
<
T
extends
GuiComponent
>
implements
XMLGuiLoader
<
T
>
(
source
)
Inheritors
ScrollPanelLoader
ColumnLoader
RowLoader
TextLoader
SwitchLoader
GuiLoader
SliderLoader
ButtonLoader
AlignLoader
ArrayLoader
BasicCollapsibleLoader
CenterLoader
FragmentLoader
HoverLoader
IndirectLoader
ItemStackLoader
MetaLoader
PanelLoader
RootLoader
ScaleLoader
SpacerLoader
TextFieldLoader
WhenLoader
Members
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
@
NotNull
(
)
Element
emitXSDType
(
@
NotNull
(
)
@
NotNull
(
)
XSDGenerator
generator
,
@
NotNull
(
)
@
NotNull
(
)
Element
root
)
get
Attribute
Names
Link copied to clipboard
@
NotNull
(
)
@
Unmodifiable
(
)
public
abstract
@
NotNull
(
)
@
Unmodifiable
(
)
Map
<
String
,
Boolean
>
getAttributeNames
(
)
get
Child
Count
Link copied to clipboard
@
NotNull
(
)
public
abstract
@
NotNull
(
)
ChildCount
getChildCount
(
)
get
Name
Link copied to clipboard
@
NotNull
(
)
public
abstract
@
NotNull
(
)
QName
getName
(
)