Class ProgressBar
java.lang.Object
com.ordwen.odailyquests.configuration.functionalities.progression.ProgressBar
- All Implemented Interfaces:
IConfigurable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetProgressBar(int amount, int required) Get a progress bar, with a specified amount and required amount.getProgressBarInternal(int amount, int required) Get a progress bar, with a specified amount and required amount.voidload()Load the progress bar configuration.
-
Constructor Details
-
ProgressBar
-
-
Method Details
-
load
public void load()Load the progress bar configuration.- Specified by:
loadin interfaceIConfigurable
-
getProgressBarInternal
Get a progress bar, with a specified amount and required amount.- Parameters:
amount- progress amount.required- required amount.- Returns:
- progress bar.
-
getProgressBar
Get a progress bar, with a specified amount and required amount. Method is static.- Parameters:
amount- progress amount.required- required amount.- Returns:
- progress bar.
-