getKeyBindFromDescription

abstract fun getKeyBindFromDescription(description: String): KeyBind?

Get the KeyBind from an already existing Minecraft KeyBinding, otherwise, returns null.

Return

the KeyBind, or null if one doesn't exist

Parameters

description

the description of the keybind

Sources

Link copied to clipboard