Package net.minecraft.client.util
Class InputUtil.Key
java.lang.Object
net.minecraft.client.util.InputUtil.Key
- Enclosing class:
- InputUtil
@Environment(CLIENT) public static final class InputUtil.Key extends Object
-
Field Summary
Fields Modifier and Type Field Description private intcodeprivate static Map<String,InputUtil.Key>KEYSprivate Lazy<Text>localizedTextprivate StringtranslationKeyprivate InputUtil.Typetype -
Constructor Summary
Constructors Modifier Constructor Description privateKey(String translationKey, InputUtil.Type type, int code) -
Method Summary
Modifier and Type Method Description booleanequals(Object other)InputUtil.TypegetCategory()intgetCode()TextgetLocalizedText()StringgetTranslationKey()inthashCode()OptionalIntmethod_30103()StringtoString()
-
Field Details
-
KEYS
-
translationKey
-
type
-
code
private final int code -
localizedText
-
-
Constructor Details
-
Key
-
-
Method Details