Interface ConfigParameter<TRet>

All Known Implementing Classes:
MiniMessageComponentFieldType

public interface ConfigParameter<TRet>
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(org.bukkit.configuration.file.FileConfiguration config, String path)
     
  • Method Details

    • getValue

      TRet getValue(org.bukkit.configuration.file.FileConfiguration config, String path)