Package org.quiltmc.qkl.wrapper.qsl.commands
Types
Link copied to clipboard
typealias CommandRegisterCallback<S> = CommandDispatcher<S>.(buildContext: CommandBuildContext, environment: CommandManager.RegistrationEnvironment) -> Unit
Content copied to clipboard
Functions
Link copied to clipboard
@Environment(value = EnvType.CLIENT)
Content copied to clipboard
Link copied to clipboard
fun EventRegistration.onCommandRegistration(callback: CommandRegisterCallback<ServerCommandSource>)
Content copied to clipboard