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 voidSubCommand.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 TypeClassDescriptionclassThis is our class for the /sf banitem subcommand.classclassThe debug command will allow server owners to get information for us developers.classclassReloadCommandis to handle reloading of slimefun configsclassThis 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)