Package net.minecraft.client.util
Class InputUtil.Key
java.lang.Object
net.minecraft.client.util.InputUtil.Key
- Enclosing class:
InputUtil
- Mappings:
Namespace Name official efz$a
intermediary net/minecraft/class_3675$class_306
named net/minecraft/client/util/InputUtil$Key
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
(package private) static final Map<String,
InputUtil.Key> private final String
private final InputUtil.Type
-
Constructor Summary
-
Method Summary
-
Field Details
-
KEYS
- Mappings:
Namespace Name Mixin selector official e
Lefz$a;e:Ljava/util/Map;
intermediary field_1664
Lnet/minecraft/class_3675$class_306;field_1664:Ljava/util/Map;
named KEYS
Lnet/minecraft/client/util/InputUtil$Key;KEYS:Ljava/util/Map;
-
translationKey
- Mappings:
Namespace Name Mixin selector official a
Lefz$a;a:Ljava/lang/String;
intermediary field_1663
Lnet/minecraft/class_3675$class_306;field_1663:Ljava/lang/String;
named translationKey
Lnet/minecraft/client/util/InputUtil$Key;translationKey:Ljava/lang/String;
-
type
- Mappings:
Namespace Name Mixin selector official b
Lefz$a;b:Lefz$b;
intermediary field_1666
Lnet/minecraft/class_3675$class_306;field_1666:Lnet/minecraft/class_3675$class_307;
named type
Lnet/minecraft/client/util/InputUtil$Key;type:Lnet/minecraft/client/util/InputUtil$Type;
-
code
private final int code- Mappings:
Namespace Name Mixin selector official c
Lefz$a;c:I
intermediary field_1665
Lnet/minecraft/class_3675$class_306;field_1665:I
named code
Lnet/minecraft/client/util/InputUtil$Key;code:I
-
localizedText
- Mappings:
Namespace Name Mixin selector official d
Lefz$a;d:Lape;
intermediary field_24196
Lnet/minecraft/class_3675$class_306;field_24196:Lnet/minecraft/class_3528;
named localizedText
Lnet/minecraft/client/util/InputUtil$Key;localizedText:Lnet/minecraft/util/Lazy;
-
-
Constructor Details
-
Key
Key(String translationKey, InputUtil.Type type, int code) - Mappings:
Namespace Name Mixin selector official <init>
Lefz$a;<init>(Ljava/lang/String;Lefz$b;I)V
intermediary <init>
Lnet/minecraft/class_3675$class_306;<init>(Ljava/lang/String;Lnet/minecraft/class_3675$class_307;I)V
named <init>
Lnet/minecraft/client/util/InputUtil$Key;<init>(Ljava/lang/String;Lnet/minecraft/client/util/InputUtil$Type;I)V
-
-
Method Details
-
getCategory
- Mappings:
Namespace Name Mixin selector official a
Lefz$a;a()Lefz$b;
intermediary method_1442
Lnet/minecraft/class_3675$class_306;method_1442()Lnet/minecraft/class_3675$class_307;
named getCategory
Lnet/minecraft/client/util/InputUtil$Key;getCategory()Lnet/minecraft/client/util/InputUtil$Type;
-
getCode
public int getCode()- Mappings:
Namespace Name Mixin selector official b
Lefz$a;b()I
intermediary method_1444
Lnet/minecraft/class_3675$class_306;method_1444()I
named getCode
Lnet/minecraft/client/util/InputUtil$Key;getCode()I
-
getTranslationKey
- Mappings:
Namespace Name Mixin selector official c
Lefz$a;c()Ljava/lang/String;
intermediary method_1441
Lnet/minecraft/class_3675$class_306;method_1441()Ljava/lang/String;
named getTranslationKey
Lnet/minecraft/client/util/InputUtil$Key;getTranslationKey()Ljava/lang/String;
-
getLocalizedText
- Mappings:
Namespace Name Mixin selector official d
Lefz$a;d()Ltj;
intermediary method_27445
Lnet/minecraft/class_3675$class_306;method_27445()Lnet/minecraft/class_2561;
named getLocalizedText
Lnet/minecraft/client/util/InputUtil$Key;getLocalizedText()Lnet/minecraft/text/Text;
-
toInt
- Mappings:
Namespace Name Mixin selector official e
Lefz$a;e()Ljava/util/OptionalInt;
intermediary method_30103
Lnet/minecraft/class_3675$class_306;method_30103()Ljava/util/OptionalInt;
named toInt
Lnet/minecraft/client/util/InputUtil$Key;toInt()Ljava/util/OptionalInt;
-
equals
-
hashCode
public int hashCode() -
toString
-