Package-level declarations
Types
SurfAutoUpdatablePlayerScoreboard is an interface representing an auto-updatable scoreboard that includes all online players as viewers. This interface extends the SurfAutoUpdatableScoreboard interface.
The SurfAutoUpdatableScoreboard interface represents an auto-updatable scoreboard in a surf game. This scoreboard extends the SurfScoreboard interface and adds the ability to automatically update itself every 5 ticks (0.25 seconds). Viewers can be added and removed from the scoreboard.
The SurfScoreboard interface represents a scoreboard in a surf game. This scoreboard can be enabled, disabled, and updated. Viewers can be added and removed from the scoreboard.
The SurfScoreboardBuilder interface provides methods to build a SurfScoreboard, a SurfAutoUpdatableScoreboard, or a SurfAutoUpdatablePlayerScoreboard.