Class AttributeModifierConfigPath

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

public class AttributeModifierConfigPath extends SerializableMapConfigPath<org.bukkit.attribute.AttributeModifier>
  • Constructor Details

    • AttributeModifierConfigPath

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