Interface ClientRegistryNetworkBridge


public interface ClientRegistryNetworkBridge
Loader-provided client networking bridge used by the dynamic key registry.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendAdd(String id, int keyCode, String category, Optional<DynamicKeybindAction> action)
    Sends an add-keybind request to the connected server.
    void
    Sends a remove-keybind request to the connected server.
  • Method Details

    • sendAdd

      void sendAdd(String id, int keyCode, String category, Optional<DynamicKeybindAction> action)
      Sends an add-keybind request to the connected server.
    • sendRemove

      void sendRemove(String id)
      Sends a remove-keybind request to the connected server.