CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.arguments.RecipeArgument Member List

This is the complete list of members for dev.jorel.commandapi.arguments.RecipeArgument, including all inherited members.

fromKey(Function< S, NamespacedKey > mapper)dev.jorel.commandapi.arguments.SafeOverrideableArgument< Recipe, Recipe >static
getArgumentType() (defined in dev.jorel.commandapi.arguments.RecipeArgument)dev.jorel.commandapi.arguments.RecipeArgument
getPrimitiveType() (defined in dev.jorel.commandapi.arguments.RecipeArgument)dev.jorel.commandapi.arguments.RecipeArgument
getSuggestionProvider()dev.jorel.commandapi.arguments.RecipeArgument
RecipeArgument(String nodeName)dev.jorel.commandapi.arguments.RecipeArgument
SafeOverrideableArgument(String nodeName, ArgumentType<?> rawType, Function< S, String > mapper)dev.jorel.commandapi.arguments.SafeOverrideableArgument< Recipe, Recipe >protected