[null,null,["Last updated 2025-09-10 UTC."],[],["`AchievementBuffer` is a data structure for accessing a list of `Achievement` objects. It extends `AbstractDataBuffer` and offers methods to manage achievements. Key actions include: `get(int position)` to retrieve an achievement at a specific index; `getCount()` to get the total number of achievements; `close()` to release resources; and `isClosed()` to check if the resources are closed. Iteration over achievements is supported with `iterator()` and `singleRefIterator()`, and `release()` is provided to release the data.\n"]]