- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class CMDrename
extends Object
implements org.bukkit.command.CommandExecutor
-
-
Method Summary
| Modifier and Type |
Method |
Description |
boolean |
onCommand(@NotNull org.bukkit.command.CommandSender cmdSender,
@NotNull org.bukkit.command.Command cmd,
@NotNull String label,
@NotNull String[] args) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public boolean onCommand(
@NotNull
@NotNull org.bukkit.command.CommandSender cmdSender,
@NotNull
@NotNull org.bukkit.command.Command cmd,
@NotNull
@NotNull String label,
@NotNull
@NotNull String[] args)
- Specified by:
onCommand in interface org.bukkit.command.CommandExecutor