toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
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
>