Class PrestigeData
java.lang.Object
com.zetaplugins.cookieclickerz.util.PrestigeData
A class representing the data for a prestige level in the CookieClickerZ plugin.
It loads the prestige level data from the configuration file based on the provided level.
-
Constructor Summary
ConstructorsConstructorDescriptionPrestigeData(CookieClickerZ plugin, int level) Constructor that initializes the PrestigeData object by loading data from the configuration file. -
Method Summary
-
Constructor Details
-
PrestigeData
Constructor that initializes the PrestigeData object by loading data from the configuration file.- Parameters:
plugin- The main plugin instance.level- The prestige level to load data for.
-
-
Method Details
-
getLevel
public int getLevel() -
getName
-
getCost
-
getMultiplier
public int getMultiplier() -
getCommands
-
getAdditionalLore
-
shouldHideOriginalLore
public boolean shouldHideOriginalLore()
-