PlayerStatsBuffer

  • PlayerStatsBuffer is an implementation of AbstractDataBuffer containing Player Stats.

  • It inherits methods from AbstractDataBuffer, Object, DataBuffer, Iterable, Releasable, Closeable, and AutoCloseable.

  • Key methods include closing the buffer, getting player stats, getting the count, checking if it's closed, and getting iterators.

public final class PlayerStatsBuffer extends AbstractDataBuffer<PlayerStats>

AbstractDataBuffer implementation containing Player Stats.

Inherited Method Summary