Class DumpClassCommand
java.lang.Object
org.bukkit.command.Command
xyz.janboerman.scalaloader.paper.commands.DumpClassCommand
- All Implemented Interfaces:
PluginIdentifiableCommand
-
Field Summary
FieldsFields inherited from class org.bukkit.command.Command
timings, usageMessage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(@NotNull CommandSender sender, @NotNull String label, @NotNull String[] args) @NotNull PlugintabComplete(@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
-
DumpClassCommand
-
-
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:
tabCompletein classCommand- Throws:
IllegalArgumentException
-
getPlugin
- Specified by:
getPluginin interfacePluginIdentifiableCommand
-