Class RecipeArgument

java.lang.Object
dev.jorel.commandapi.AbstractArgumentTree<Argument<org.bukkit.inventory.Recipe>, Argument<?>, org.bukkit.command.CommandSender>
dev.jorel.commandapi.arguments.AbstractArgument<org.bukkit.inventory.Recipe, Argument<org.bukkit.inventory.Recipe>, Argument<?>, org.bukkit.command.CommandSender>
dev.jorel.commandapi.arguments.Argument<org.bukkit.inventory.Recipe>
dev.jorel.commandapi.arguments.SafeOverrideableArgument<org.bukkit.inventory.Recipe, org.bukkit.inventory.Recipe>
dev.jorel.commandapi.arguments.RecipeArgument
All Implemented Interfaces:
CustomProvidedArgument, SafeOverrideable<org.bukkit.inventory.Recipe, org.bukkit.inventory.Recipe, Argument<org.bukkit.inventory.Recipe>, Argument<?>, org.bukkit.command.CommandSender>, BukkitExecutable<Argument<org.bukkit.inventory.Recipe>>, ChainableBuilder<Argument<org.bukkit.inventory.Recipe>>, PlatformExecutable<Argument<org.bukkit.inventory.Recipe>, org.bukkit.command.CommandSender>

public class RecipeArgument extends SafeOverrideableArgument<org.bukkit.inventory.Recipe, org.bukkit.inventory.Recipe> implements CustomProvidedArgument
An argument that represents the Bukkit Recipe object
Since:
2.1
  • Field Details

  • Constructor Details

    • RecipeArgument

      public RecipeArgument(String nodeName)
      A Recipe argument. Represents a Bukkit Recipe or ComplexRecipe
      Parameters:
      nodeName - the name of the node for this argument
  • Method Details