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

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

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