- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class StopCommand
extends Object
implements org.bukkit.command.CommandExecutor
-
Constructor Summary
Constructors
-
Method Summary
boolean
onCommand(@NotNull org.bukkit.command.CommandSender commandSender,
@NotNull org.bukkit.command.Command command,
@NotNull String s,
@NotNull String[] strings)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StopCommand
public StopCommand(@NotNull
@NotNull GamesManager gamesManager)
-
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[] strings)
- Specified by:
onCommand
in interface org.bukkit.command.CommandExecutor