Class KhazClientKeybinds
java.lang.Object
com.khazoda.core.keybind.KhazClientKeybinds
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 Summary
Modifier and TypeMethodDescriptionstatic voidregister(KhazKeybind... keybinds) Register keybind descriptors from client setup before calling the loader helper.static voidregister(Collection<KhazKeybind> keybinds)
-
Method Details
-
register
Register keybind descriptors from client setup before calling the loader helper. -
register
-