Class CommandRecipe
java.lang.Object
org.bukkit.command.Command
me.wolfyscript.customcrafting.commands.IndexCommand
me.wolfyscript.customcrafting.commands.CommandRecipe
-
Field Summary
Fields inherited from class org.bukkit.command.Command
description, timings, usageMessage
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
CommandRecipe
-
-
Method Details
-
execute
public boolean execute(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String s, @NotNull @NotNull String[] args)- Overrides:
execute
in classIndexCommand
-