Package-level declarations

Types

Link copied to clipboard
abstract class BaseMixinPlugin : IMixinConfigPlugin

Properties

Link copied to clipboard
val client: MinecraftClient
Link copied to clipboard
val fabric: FabricLoader
Link copied to clipboard
val server: MinecraftServer?

Functions

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>