Interface ConfigCallback<T extends ConfigTag>


public interface ConfigCallback<T extends ConfigTag>
Created by covers1624 on 2/5/22.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a ConfigTag is modified.
  • Method Details

    • onSync

      void onSync(T tag, ConfigCallback.Reason reason)
      Called when a ConfigTag is modified.
      Parameters:
      tag - The tag that was modified. For convenience. This is identical to the tag which it was registered on.
      reason - The reason this callback was fired.