Class OtherCommandModule

java.lang.Object
dev.esophose.playerparticles.command.OtherCommandModule
All Implemented Interfaces:
CommandModuleSecondary

public class OtherCommandModule
extends java.lang.Object
implements CommandModuleSecondary
  • Constructor Summary

    Constructors 
    Constructor Description
    OtherCommandModule()  
  • Method Summary

    Modifier and Type Method Description
    void onCommandExecute​(org.bukkit.command.CommandSender sender, java.lang.String[] args)
    Called when this command gets executed
    java.util.List<java.lang.String> onTabComplete​(org.bukkit.command.CommandSender sender, java.lang.String[] args)
    Called when a player tries to tab complete this command

    Methods inherited from class java.lang.Object

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

  • Method Details

    • onCommandExecute

      public void onCommandExecute​(org.bukkit.command.CommandSender sender, java.lang.String[] args)
      Description copied from interface: CommandModuleSecondary
      Called when this command gets executed
      Specified by:
      onCommandExecute in interface CommandModuleSecondary
      Parameters:
      sender - The CommandSender who executed this command
      args - The arguments to this command
    • onTabComplete

      public java.util.List<java.lang.String> onTabComplete​(org.bukkit.command.CommandSender sender, java.lang.String[] args)
      Description copied from interface: CommandModuleSecondary
      Called when a player tries to tab complete this command
      Specified by:
      onTabComplete in interface CommandModuleSecondary
      Parameters:
      sender - The CommandSender who is tab completing this command
      args - Arguments typed so far
      Returns:
      A list of possible argument values