Interface ConfigParameter

All Known Implementing Classes:
ChatMessageBuilderFieldType, MiniMessageChatMessageFieldType, MiniMessageComponentFieldType

public interface ConfigParameter
If ConfigField annotation is present on a field with a type inherited from this interface, then getValue(FileConfiguration, String) will be called on config object reload.
  • Method Summary

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

    • getValue

      Object getValue(@NotNull @NotNull org.bukkit.configuration.file.FileConfiguration config, @NotNull @NotNull String path)