PlayerBuffer

  • PlayerBuffer provides access to a list of players.

  • It extends AbstractDataBuffer and implements methods for data access and lifecycle management.

  • You can retrieve a Player object using the get() method by specifying its position in the buffer.

  • PlayerBuffer is designed to handle and release player data efficiently.

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)