Class CommandCC

java.lang.Object
org.bukkit.command.Command
me.wolfyscript.customcrafting.commands.IndexCommand
me.wolfyscript.customcrafting.commands.CommandCC

public class CommandCC extends IndexCommand
  • Field Summary

    Fields inherited from class org.bukkit.command.Command

    description, timings, usageMessage
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute​(@NotNull org.bukkit.command.CommandSender sender, @NotNull String s, @NotNull String[] args)
     
    void
    openGUI​(org.bukkit.entity.Player p, me.wolfyscript.utilities.api.inventory.gui.InventoryAPI<CCCache> invAPI)
     

    Methods inherited from class me.wolfyscript.customcrafting.commands.IndexCommand

    getSubCommands, registerSubCommand, tabComplete, toString

    Methods inherited from class org.bukkit.command.Command

    broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, unregister

    Methods inherited from class java.lang.Object

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

  • Method Details

    • execute

      public boolean execute(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String s, @NotNull @NotNull String[] args)
      Overrides:
      execute in class IndexCommand
    • openGUI

      public void openGUI(org.bukkit.entity.Player p, me.wolfyscript.utilities.api.inventory.gui.InventoryAPI<CCCache> invAPI)