Package kr.toxicity.hud.api.manager
Interface ConfigManager
public interface ConfigManager
Config manager
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckAvailable(@NotNull ConfigManager.DebugLevel debugLevel) Checks this level is higher than others.booleandebug()Gets debug levelintGets used bossbar line@NotNull ConfigManager.DebugLevelGets whether to enable debug or not
-
Method Details
-
debug
boolean debug()Gets debug level- Returns:
- level
-
getBossbarLine
int getBossbarLine()Gets used bossbar line- Returns:
- line
-
getDebugLevel
Gets whether to enable debug or not- Returns:
- whether to enable debug or not
-
checkAvailable
Checks this level is higher than others.- Parameters:
debugLevel- target level- Returns:
- whether this has a higher order than others.
-