Class ListScalaPluginsCommand
java.lang.Object
org.bukkit.command.Command
xyz.janboerman.scalaloader.paper.commands.ListScalaPluginsCommand
- All Implemented Interfaces:
PluginIdentifiableCommand
-
Field Summary
FieldsFields inherited from class org.bukkit.command.Command
timings, usageMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(@NotNull CommandSender sender, @NotNull String label, @NotNull String[] args) @NotNull Plugin
tabComplete
(@NotNull CommandSender sender, @NotNull String alias, @NotNull String[] args, @Nullable Location location) Methods inherited from class org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
Field Details
-
name
- See Also:
-
-
Constructor Details
-
ListScalaPluginsCommand
-
-
Method Details
-
execute
public boolean execute(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String label, @NotNull @NotNull String[] args) -
tabComplete
@NotNull public @NotNull List<String> tabComplete(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull String[] args, @Nullable @Nullable Location location) throws IllegalArgumentException - Overrides:
tabComplete
in classCommand
- Throws:
IllegalArgumentException
-
getPlugin
- Specified by:
getPlugin
in interfacePluginIdentifiableCommand
-