Interface RuleType<T>


@NullMarked public interface RuleType<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    formatSummary(@NonNull T value)
     
    su.nightexpress.nightcore.configuration.codec.ConfigCodec<T>
     
  • Method Details

    • getCodec

      su.nightexpress.nightcore.configuration.codec.ConfigCodec<T> getCodec()
    • formatSummary

      String formatSummary(@NonNull T value)