Class TypedEntry<T>

java.lang.Object
net.frozenblock.lib.config.api.entry.TypedEntry<T>

public class TypedEntry<T> extends Object
  • Constructor Details

  • Method Details

    • value

      public T value()
    • setValue

      public void setValue(T value)
    • type

      public TypedEntryType<T> type()