Class PatternConfigPath

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

public class PatternConfigPath extends SerializableMapConfigPath<org.bukkit.block.banner.Pattern>
  • Constructor Details

    • PatternConfigPath

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