# ODailyQuestsAPI class

The [ODailyQuestsAPI class](https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/api/ODailyQuestsAPI.html) offers several getters.

<table><thead><tr><th width="305">Method</th><th width="340.3333333333333">Description</th><th></th></tr></thead><tbody><tr><td><a href="https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/api/ODailyQuestsAPI.html#getPlayerQuests(java.lang.String)">getPlayerQuests(...)</a></td><td>Get the <a href="https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/quests/player/PlayerQuests.html">PlayerQuests</a> object of a player.</td><td></td></tr><tr><td><a href="https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/api/ODailyQuestsAPI.html#getQuestTypeRegistry()">getQuestTypeRegistry()</a></td><td>Get the <a href="https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/api/quests/QuestTypeRegistry.html">QuestTypeRegistry</a>.</td><td></td></tr><tr><td><a href="https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/api/ODailyQuestsAPI.html#getPlayerCommandRegistry()">getPlayerCommandRegistry()</a></td><td>Get the <a href="https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/api/commands/player/PlayerCommandRegistry.html">PlayerCommandRegistry</a>.</td><td></td></tr><tr><td><a href="https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/api/ODailyQuestsAPI.html#getAdminCommandRegistry()">getAdminCommandRegistry()</a></td><td>Get the <a href="https://odailyquests.ordwen-dev.com/javadoc/com/ordwen/odailyquests/api/commands/admin/AdminCommandRegistry.html">AdminCommandRegistry</a>.</td><td></td></tr></tbody></table>

To see what these methods returns and how it can be used, please refer to the Javadoc. If you need more methods, feel free to make a suggestion on the Discord server!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ordwenplugins.gitbook.io/odailyquests/api/odailyquestsapi-class.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
