Uses of Class
io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand
Packages that use 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
Fields in io.github.thebusybiscuit.slimefun4.core.commands declared as SlimefunCommandConstructors in io.github.thebusybiscuit.slimefun4.core.commands with parameters of type SlimefunCommandModifierConstructorDescriptionprotected
SubCommand
(Slimefun plugin, SlimefunCommand cmd, String name, boolean hidden) -
Uses of SlimefunCommand in io.github.thebusybiscuit.slimefun4.core.commands.subcommands
Methods in io.github.thebusybiscuit.slimefun4.core.commands.subcommands with parameters of type SlimefunCommandModifier and TypeMethodDescriptionstatic Collection<SubCommand>
SlimefunSubCommands.getAllCommands
(SlimefunCommand cmd) Constructors in io.github.thebusybiscuit.slimefun4.core.commands.subcommands with parameters of type SlimefunCommand -
Uses of SlimefunCommand in io.github.thebusybiscuit.slimefun4.implementation
Methods in io.github.thebusybiscuit.slimefun4.implementation that return SlimefunCommandModifier and TypeMethodDescriptionstatic SlimefunCommand
Slimefun.getCommand()
TheCommand
that was added by Slimefun.