Class FastBoard


public class FastBoard extends FastBoardBase<String>
Lightweight packet-based scoreboard API for Bukkit plugins. It can be safely used asynchronously as everything is at packet level.

The project is on GitHub.

  • Constructor Details

    • FastBoard

      public FastBoard(org.bukkit.entity.Player player)
  • Method Details