Class SetDebugCommand
java.lang.Object
org.bukkit.command.Command
xyz.janboerman.scalaloader.paper.commands.SetDebugCommand
- All Implemented Interfaces:
PluginIdentifiableCommand
-
Field Summary
FieldsFields inherited from class org.bukkit.command.Command
timings, usageMessage
-
Constructor Summary
Constructors -
Method Summary
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, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
Field Details
-
name
- See Also:
-
-
Constructor Details
-
SetDebugCommand
-
-
Method Details
-
execute
public boolean execute(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String label, @NotNull @NotNull String[] args) -
getPlugin
- Specified by:
getPlugin
in interfacePluginIdentifiableCommand
-