MSh4de/EnderFrame

Rework Scoreboard

Opened this issue · 0 comments

Stop using generics, it makes the use too complicated prefer the creation of a new class that inherits from a Scoreboard interface (can be empty it is not important)

abstract class Scoreboard: Watchable {

}

Create 3 classes ScoreboardList, ScoreboardSidebar and ScoreboardBelowName.