Uses of Class
net.minecraft.command.argument.ItemStackArgument
Packages that use ItemStackArgument
- 
Uses of ItemStackArgument in net.minecraft.command.argumentMethods in net.minecraft.command.argument that return ItemStackArgumentModifier and TypeMethodDescriptionstatic <S> ItemStackArgumentItemStackArgumentType.getItemStackArgument(com.mojang.brigadier.context.CommandContext<S> context, String name) ItemStackArgumentType.parse(com.mojang.brigadier.StringReader stringReader) 
- 
Uses of ItemStackArgument in net.minecraft.server.commandMethods in net.minecraft.server.command with parameters of type ItemStackArgumentModifier and TypeMethodDescriptionprivate static intGiveCommand.execute(ServerCommandSource source, ItemStackArgument item, Collection<ServerPlayerEntity> targets, int count)