Interface ClientRegistryNetworkBridge
public interface ClientRegistryNetworkBridge
Loader-provided client networking bridge used by the dynamic key registry.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendAdd(String id, int keyCode, String category, Optional<DynamicKeybindAction> action) Sends an add-keybind request to the connected server.voidsendRemove(String id) Sends a remove-keybind request to the connected server.
-
Method Details
-
sendAdd
Sends an add-keybind request to the connected server. -
sendRemove
Sends a remove-keybind request to the connected server.
-