Uses of Interface
com.github.pinont.singularitylib.api.command.SimpleCommand
Packages that use SimpleCommand
Package
Description
-
Uses of SimpleCommand in com.github.pinont.singularitylib.api.command
Classes in com.github.pinont.singularitylib.api.command that implement SimpleCommandModifier and TypeClassDescriptionclassA command that groupsSubCommands under one root label, with an auto-generated help menu when invoked with no arguments. -
Uses of SimpleCommand in com.github.pinont.singularitylib.api.manager
Method parameters in com.github.pinont.singularitylib.api.manager with type arguments of type SimpleCommandModifier and TypeMethodDescriptionvoidCommandManager.register(org.bukkit.plugin.Plugin plugin, List<SimpleCommand> simpleCommands) Registers a list of SimpleCommand instances with the plugin. -
Uses of SimpleCommand in com.github.pinont.singularitylib.api.registry
Methods in com.github.pinont.singularitylib.api.registry that return types with arguments of type SimpleCommandModifier and TypeMethodDescription@NotNull List<SimpleCommand> PluginRegistry.RegisteredComponents.commands()Returns the value of thecommandsrecord component.Method parameters in com.github.pinont.singularitylib.api.registry with type arguments of type SimpleCommandModifier and TypeMethodDescriptionstatic voidPluginRegistry.registerComponents(CorePlugin plugin, Collection<? extends SimpleCommand> commands, Collection<? extends org.bukkit.event.Listener> listeners, Collection<? extends CustomItem> items) Records a plugin's classified components (from its Register).Constructor parameters in com.github.pinont.singularitylib.api.registry with type arguments of type SimpleCommandModifierConstructorDescriptionRegisteredComponents(@NotNull List<SimpleCommand> commands, @NotNull List<org.bukkit.event.Listener> listeners, @NotNull List<CustomItem> customItems) Creates an instance of aRegisteredComponentsrecord class. -
Uses of SimpleCommand in com.github.pinont.singularitylib.plugin
Methods in com.github.pinont.singularitylib.plugin with parameters of type SimpleCommandModifier and TypeMethodDescriptionvoidCorePlugin.registerCommand(SimpleCommand... simpleCommand) Deprecated.Use the automatic registration system instead -
Uses of SimpleCommand in com.github.pinont.singularitylib.plugin.register
Methods in com.github.pinont.singularitylib.plugin.register that return types with arguments of type SimpleCommand