Class CMDafk

java.lang.Object
de.kiridevs.kiricore.commands.CMDafk
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class CMDafk
extends java.lang.Object
implements org.bukkit.command.CommandExecutor
  • Constructor Summary

    Constructors 
    Constructor Description
    CMDafk​(MessageService messageService)  
  • Method Summary

    Modifier and Type Method Description
    boolean onCommand​(@NotNull org.bukkit.command.CommandSender cmdSender, @NotNull org.bukkit.command.Command cmd, @NotNull java.lang.String label, @NotNull java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • onCommand

      public boolean onCommand​(@NotNull @NotNull org.bukkit.command.CommandSender cmdSender, @NotNull @NotNull org.bukkit.command.Command cmd, @NotNull @NotNull java.lang.String label, @NotNull @NotNull java.lang.String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor