Class ScoreboardInfo
java.lang.Object
net.gcnt.additionsplus.files.scoreboards.ScoreboardInfo
-
Constructor Summary
ConstructorsConstructorDescriptionScoreboardInfo(String identifier, ScoreboardType type, String title, List<String> rawLines, boolean isEnabled) -
Method Summary
Modifier and TypeMethodDescriptiongetLines()static ScoreboardInfogetScoreboardInfoById(String identifier)static List<ScoreboardInfo>getTitle()getType()boolean
-
Constructor Details
-
ScoreboardInfo
public ScoreboardInfo(String identifier, ScoreboardType type, String title, List<String> rawLines, boolean isEnabled)
-
-
Method Details
-
getScoreboardsByType
-
getScoreboardInfoById
-
getTitle
-
getLines
-
isEnabled
public boolean isEnabled() -
getIdentifier
-
getType
-