GuardedCommandRegistry

Constructors

Link copied to clipboard
constructor(delegate: CommandRegistry, guard: ModCapabilityGuard)

Functions

Link copied to clipboard
open override fun get(name: String): Command?
Link copied to clipboard
open override fun register(command: Command)
Link copied to clipboard
open override fun unregister(name: String)