fork-util
0.1.0-alpha
jvm
fork-util
/
net.peanuuutz.fork.util.minecraft
Package-level
declarations
Types
Functions
Properties
Types
Base
Mixin
Plugin
Link copied to clipboard
abstract
class
BaseMixinPlugin
:
IMixinConfigPlugin
Properties
client
Link copied to clipboard
val
client
:
MinecraftClient
fabric
Link copied to clipboard
val
fabric
:
FabricLoader
server
Link copied to clipboard
val
server
:
MinecraftServer
?
Functions
Event
Link copied to clipboard
inline
fun
<
T
>
Event
(
noinline
invokerFactory
:
(
Array
<
T
>
)
->
T
)
:
Event
<
T
>
inline
fun
<
T
>
Event
(
emptyInvoker
:
T
,
noinline
invokerFactory
:
(
Array
<
T
>
)
->
T
)
:
Event
<
T
>
inline
fun
<
T
>
Event
(
vararg
phases
:
Identifier
,
noinline
invokerFactory
:
(
Array
<
T
>
)
->
T
)
:
Event
<
T
>