Class PotionEffectConfigPath

java.lang.Object
me.hsgamer.hscore.config.path.AdvancedConfigPath<Map<String,Object>,T>
me.hsgamer.hscore.config.path.SerializableMapConfigPath<org.bukkit.potion.PotionEffect>
me.hsgamer.hscore.bukkit.config.path.PotionEffectConfigPath
All Implemented Interfaces:
ConfigPath<org.bukkit.potion.PotionEffect>

public class PotionEffectConfigPath extends SerializableMapConfigPath<org.bukkit.potion.PotionEffect>
  • Constructor Details

    • PotionEffectConfigPath

      public PotionEffectConfigPath(PathString path, org.bukkit.potion.PotionEffect def)
      Create a config path
      Parameters:
      path - the path to the value
      def - the default value if it's not found
  • Method Details