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
This is our class for the /sf banitem subcommand.class
class
The debug command will allow server owners to get information for us developers.class
class
ReloadCommand
is to handle reloading of slimefun configsclass
This is our class for the /sf unbanitem subcommand.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)