Interface DarkConfig.Value<T>

All Known Implementing Classes:
DarkConfig.SimpleValue
Enclosing class:
DarkConfig

public static interface DarkConfig.Value<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()