Class ProgressBar
java.lang.Object
com.ordwen.odailyquests.configuration.functionalities.progression.ProgressBar
- All Implemented Interfaces:
IConfigurable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getProgressBar
(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.void
load()
Load the progress bar configuration.
-
Constructor Details
-
ProgressBar
-
-
Method Details
-
load
public void load()Load the progress bar configuration.- Specified by:
load
in 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.
-