Uses of Class
io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand
Package
Description
This package contains everything related to Slimefun's ingame command.
This package holds all implementations of
SubCommand
.This package holds all classes that are related to the actual implementation of this plugin.
-
Uses of SlimefunCommand in io.github.thebusybiscuit.slimefun4.core.commands
ModifierConstructorDescriptionprotected
SubCommand
(Slimefun plugin, SlimefunCommand cmd, String name, boolean hidden) -
Uses of SlimefunCommand in io.github.thebusybiscuit.slimefun4.core.commands.subcommands
Modifier and TypeMethodDescriptionstatic Collection<SubCommand>
SlimefunSubCommands.getAllCommands
(SlimefunCommand cmd) -
Uses of SlimefunCommand in io.github.thebusybiscuit.slimefun4.implementation
Modifier and TypeMethodDescriptionstatic SlimefunCommand
Slimefun.getCommand()
TheCommand
that was added by Slimefun.