Class BrewingGUICache

java.lang.Object
me.wolfyscript.customcrafting.data.cache.BrewingGUICache

public class BrewingGUICache extends Object
  • Constructor Details

    • BrewingGUICache

      public BrewingGUICache()
  • Method Details

    • getPage

      public int getPage()
    • setPage

      public void setPage(int page)
    • getOption

      public String getOption()
    • setOption

      public void setOption(String option)
    • isReplacePotionEffectAddition

      public boolean isReplacePotionEffectAddition()
    • setReplacePotionEffectAddition

      public void setReplacePotionEffectAddition(boolean replacePotionEffectAddition)
    • getPotionEffectAddition

      public org.bukkit.potion.PotionEffect getPotionEffectAddition()
    • setPotionEffectAddition

      public void setPotionEffectAddition(org.bukkit.potion.PotionEffect potionEffectAddition)
    • getUpgradeValues

      public me.wolfyscript.utilities.util.Pair<Integer,​Integer> getUpgradeValues()
    • setUpgradeValues

      public void setUpgradeValues(me.wolfyscript.utilities.util.Pair<Integer,​Integer> upgradeValues)
    • getUpgradePotionEffectType

      public org.bukkit.potion.PotionEffectType getUpgradePotionEffectType()
    • setUpgradePotionEffectType

      public void setUpgradePotionEffectType(org.bukkit.potion.PotionEffectType upgradePotionEffectType)