Uses of Class
io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
Package
Description
This package contains everything related to Slimefun's ingame command.
This package holds all implementations of
SubCommand
.-
Uses of SubCommand in io.github.thebusybiscuit.slimefun4.core.commands
Modifier and TypeMethodDescriptionSlimefunCommand.getCommandUsage()
Returns a heatmap of how often certain commands are used.Modifier and TypeMethodDescriptionprotected void
SubCommand.recordUsage
(Map<SubCommand, Integer> commandUsage) -
Uses of SubCommand in io.github.thebusybiscuit.slimefun4.core.commands.subcommands
Modifier and TypeClassDescriptionclass
The debug command will allow server owners to get information for us developers.Modifier and TypeMethodDescriptionstatic Collection<SubCommand>
SlimefunSubCommands.getAllCommands
(SlimefunCommand cmd)