- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class CommandAbout
extends Object
implements org.bukkit.command.CommandExecutor
This command represents the plugin's about command
-
Constructor Summary
Constructors
-
Method Summary
boolean
onCommand(@NotNull org.bukkit.command.CommandSender commandSender,
@NotNull org.bukkit.command.Command command,
@NotNull String s,
@NotNull String[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
onCommand
public boolean onCommand(@NotNull
@NotNull org.bukkit.command.CommandSender commandSender,
@NotNull
@NotNull org.bukkit.command.Command command,
@NotNull
@NotNull String s,
@NotNull
@NotNull String[] args)
- Specified by:
onCommand
in interface org.bukkit.command.CommandExecutor