Interface Config.Entry

All Superinterfaces:
UnmodifiableConfig.Entry
All Known Subinterfaces:
CommentedConfig.Entry
All Known Implementing Classes:
AbstractCommentedConfig.CommentedEntryWrapper, AbstractConfig.EntryWrapper
Enclosing interface:
Config

public static interface Config.Entry extends UnmodifiableConfig.Entry
A modifiable config entry.
  • Method Details

    • setValue

      <T> T setValue(Object value)
      Sets the entry's value.
      Type Parameters:
      T - the type of the old value
      Parameters:
      value - the value to set
      Returns:
      the previous value