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.xml
/
XMLBoundProperties
XMLBound
Properties
open
class
XMLBoundProperties
(
source
)
Members
Constructors
XMLBound
Properties
Link copied to clipboard
constructor
(
)
Functions
get
Bound
Function
Link copied to clipboard
open
fun
getBoundFunction
(
name
:
String
,
object
:
Any
)
:
Runnable
open
fun
<
T
>
getBoundFunction
(
name
:
String
,
object
:
Any
,
tClass
:
Class
<
T
>
)
:
Consumer
<
T
>
get
Bound
Property
Link copied to clipboard
open
fun
<
T
>
getBoundProperty
(
name
:
String
,
clazz
:
Class
<
T
>
,
object
:
Any
)
:
GetSetter
<
T
>