Class KhazClientKeybinds

java.lang.Object
com.khazoda.core.keybind.KhazClientKeybinds

public final class KhazClientKeybinds extends Object
Common registry for client-side keybind descriptors. Keybind descriptors are held here in common, and then registered separately in Fabric and NeoForge mostly automatically from KhazKeybindFabric and KhazKeybindNeoForge.
  • Method Details

    • register

      public static void register(KhazKeybind... keybinds)
      Register keybind descriptors from client setup before calling the loader helper.
    • register

      public static void register(Collection<KhazKeybind> keybinds)