Uses of Class
io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
Packages that use 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
Methods in io.github.thebusybiscuit.slimefun4.core.commands that return types with arguments of type SubCommandModifier and TypeMethodDescriptionSlimefunCommand.getCommandUsage()
Returns a heatmap of how often certain commands are used.Method parameters in io.github.thebusybiscuit.slimefun4.core.commands with type arguments of type SubCommandModifier and TypeMethodDescriptionprotected void
SubCommand.recordUsage
(Map<SubCommand, Integer> commandUsage) -
Uses of SubCommand in io.github.thebusybiscuit.slimefun4.core.commands.subcommands
Subclasses of SubCommand in io.github.thebusybiscuit.slimefun4.core.commands.subcommandsModifier and TypeClassDescriptionclass
The debug command will allow server owners to get information for us developers.Methods in io.github.thebusybiscuit.slimefun4.core.commands.subcommands that return types with arguments of type SubCommandModifier and TypeMethodDescriptionstatic Collection<SubCommand>
SlimefunSubCommands.getAllCommands
(SlimefunCommand cmd)