PlayerBuffer

  • PlayerBuffer is a data structure that provides access to a list of players.

  • It includes a public method get(int position) to retrieve a Player at a specific index.

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

public class PlayerBuffer extends AbstractDataBuffer<Player>

Data structure providing access to a list of players.

Public Method Summary

Player
get(int position)

Inherited Method Summary

Public Methods

public Player get (int position)