toggle menu
HopperLib
experimental-1-21-SNAPSHOT
jvm
switch theme
search in API
HopperLib
/
cc.mrcl.hopperlib.Command
/
CommandRegistrar
Command
Registrar
public
class
CommandRegistrar
Members
Constructors
Command
Registrar
Link copied to clipboard
public
void
CommandRegistrar
(
)
Functions
get
Command
Count
Link copied to clipboard
public
static
int
getCommandCount
(
)
get
Command
Count
Per
Plugin
Link copied to clipboard
public
static
Map
<
String
,
Integer
>
getCommandCountPerPlugin
(
)
get
Hopper
Command
Link copied to clipboard
public
static
T
getHopperCommand
<
T
extends
HopperCommand
<
? extends
Object
>
>
(
Class
<
T
>
tClass
)
register
Command
Link copied to clipboard
public
static
void
registerCommand
(
HopperCommand
<
? extends
Object
>
command
)
unregister
Command
Link copied to clipboard
public
static
void
unregisterCommand
(
HopperCommand
<
? extends
Object
>
command
)
public
static
void
unregisterCommand
(
String
name
)