toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.xml
/
XMLBoundProperties
XMLBound
Properties
public
class
XMLBoundProperties
(
source
)
Members
Constructors
XMLBound
Properties
Link copied to clipboard
public
void
XMLBoundProperties
(
)
Functions
get
Bound
Function
Link copied to clipboard
public
Runnable
getBoundFunction
(
String
name
,
Object
object
)
public
Consumer
<
T
>
getBoundFunction
<
T
>
(
String
name
,
Object
object
,
Class
<
T
>
tClass
)
get
Bound
Property
Link copied to clipboard
public
GetSetter
<
T
>
getBoundProperty
<
T
>
(
String
name
,
Class
<
T
>
clazz
,
Object
object
)