Interface ServerSynchronizedDynamicKeyRegistry

All Superinterfaces:
DynamicKeyRegistry
All Known Implementing Classes:
NetworkedDynamicKeyRegistry

public interface ServerSynchronizedDynamicKeyRegistry extends DynamicKeyRegistry
Optional client-side extension for registries backed by server synchronization.
  • Method Details

    • applyServerSnapshot

      void applyServerSnapshot(List<StoredKeybind> serverKeybinds, org.slf4j.Logger logger)
      Replaces current client state with a server-authoritative snapshot.
    • clearLocalState

      void clearLocalState(org.slf4j.Logger logger)
      Clears local keybind state without sending removal packets.