Class FireworkEffectConfigPath

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

public class FireworkEffectConfigPath extends SerializableMapConfigPath<org.bukkit.FireworkEffect>
  • Constructor Details

    • FireworkEffectConfigPath

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