java.lang.Object
me.wolfyscript.customcrafting.data.cache.potions.PotionEffects

public class PotionEffects extends Object
  • Constructor Details

    • PotionEffects

      public PotionEffects()
  • Method Details

    • isRecipePotionEffect

      public boolean isRecipePotionEffect()
    • setRecipePotionEffect

      public void setRecipePotionEffect(boolean recipePotionEffect)
    • getAmplifier

      public int getAmplifier()
    • setAmplifier

      public void setAmplifier(int amplifier)
    • getDuration

      public int getDuration()
    • setDuration

      public void setDuration(int duration)
    • getType

      public org.bukkit.potion.PotionEffectType getType()
    • setType

      public void setType(org.bukkit.potion.PotionEffectType type)
    • isAmbient

      public boolean isAmbient()
    • setAmbient

      public void setAmbient(boolean ambient)
    • isParticles

      public boolean isParticles()
    • setParticles

      public void setParticles(boolean particles)
    • isIcon

      public boolean isIcon()
    • setIcon

      public void setIcon(boolean icon)
    • getApplyPotionEffect

      public ApplyPotionEffect getApplyPotionEffect()
    • setApplyPotionEffect

      public void setApplyPotionEffect(ApplyPotionEffect applyPotionEffect)
    • applyPotionEffect

      public void applyPotionEffect(CCCache cache)
    • getApplyPotionEffectType

      public ApplyPotionEffectType getApplyPotionEffectType()
    • setApplyPotionEffectType

      public void setApplyPotionEffectType(ApplyPotionEffectType applyPotionEffectType)
    • getOpenedFromWindow

      public String getOpenedFromWindow()
    • setOpenedFromWindow

      public void setOpenedFromWindow(String openedFromWindow)
    • getOpenedFromCluster

      public String getOpenedFromCluster()
    • setOpenedFromCluster

      public void setOpenedFromCluster(String openedFromCluster)
    • setOpenedFrom

      public void setOpenedFrom(String openedFromCluster, String openedFromWindow)