Interface ChunkHolder.PlayerProvider

All Known Implementing Classes:
ChunkMap
Enclosing class:
ChunkHolder

public static interface ChunkHolder.PlayerProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getPlayers(ChunkPos pPos, boolean pBoundaryOnly)
    Returns the players tracking the given chunk.
  • Method Details

    • getPlayers

      List<ServerPlayer> getPlayers(ChunkPos pPos, boolean pBoundaryOnly)
      Returns the players tracking the given chunk.