AchievementBuffer

  • AchievementBuffer is a data structure that provides access to a list of achievements.

  • The get(int position) method in AchievementBuffer allows retrieval of a specific Achievement object from the buffer.

  • AchievementBuffer inherits various methods for data handling from AbstractDataBuffer, DataBuffer, Iterable, Releasable, Closeable, and AutoCloseable.

public class AchievementBuffer extends AbstractDataBuffer<Achievement>

Data structure providing access to a list of achievements.

Public Method Summary

Achievement
get(int position)

Inherited Method Summary

Public Methods

public Achievement get (int position)