toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.internal
/
InitUtil
Init
Util
public
class
InitUtil
(
source
)
Members
Constructors
Init
Util
Link copied to clipboard
public
void
InitUtil
(
)
Types
Throwing
Runnable
Link copied to clipboard
@
FunctionalInterface
(
)
public
interface
ThrowingRunnable
<
T
extends
Throwable
>
Functions
run
Link copied to clipboard
public
static
T
run
<
T
,
E
extends
Throwable
>
(
T
value
,
InitUtil.ThrowingRunnable
<
E
>
check
)
Utility method to run code during a
super
or
this
call.