Class PrestigeData

java.lang.Object
com.zetaplugins.cookieclickerz.util.PrestigeData

public class PrestigeData extends Object
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 Details

    • PrestigeData

      public PrestigeData(CookieClickerZ plugin, int level)
      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

      public String getName()
    • getCost

      public BigInteger getCost()
    • getMultiplier

      public int getMultiplier()
    • getCommands

      public List<String> getCommands()
    • getAdditionalLore

      public List<String> getAdditionalLore()
    • shouldHideOriginalLore

      public boolean shouldHideOriginalLore()