Package net.minecraft.client.util
Enum Class InputUtil.Type
- All Implemented Interfaces:
- Serializable,- Comparable<InputUtil.Type>,- Constable
- Enclosing class:
- InputUtil
- Mappings:
- Namespace - Name - official - ehe$b- intermediary - net/minecraft/class_3675$class_307- named - net/minecraft/client/util/InputUtil$Type
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Int2ObjectMap<InputUtil.Key>(package private) final String(package private) final BiFunction<Integer,String, Text> private static final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateFromCode(int code) private static voidmapKey(InputUtil.Type type, String translationKey, int keyCode) static InputUtil.TypeReturns the enum constant of this class with the specified name.static InputUtil.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
KEYSYM- Mappings:
- Namespace - Name - Mixin selector - official - a- Lehe$b;a:Lehe$b;- intermediary - field_1668- Lnet/minecraft/class_3675$class_307;field_1668:Lnet/minecraft/class_3675$class_307;- named - KEYSYM- Lnet/minecraft/client/util/InputUtil$Type;KEYSYM:Lnet/minecraft/client/util/InputUtil$Type;
 
- 
SCANCODE- Mappings:
- Namespace - Name - Mixin selector - official - b- Lehe$b;b:Lehe$b;- intermediary - field_1671- Lnet/minecraft/class_3675$class_307;field_1671:Lnet/minecraft/class_3675$class_307;- named - SCANCODE- Lnet/minecraft/client/util/InputUtil$Type;SCANCODE:Lnet/minecraft/client/util/InputUtil$Type;
 
- 
MOUSE- Mappings:
- Namespace - Name - Mixin selector - official - c- Lehe$b;c:Lehe$b;- intermediary - field_1672- Lnet/minecraft/class_3675$class_307;field_1672:Lnet/minecraft/class_3675$class_307;- named - MOUSE- Lnet/minecraft/client/util/InputUtil$Type;MOUSE:Lnet/minecraft/client/util/InputUtil$Type;
 
 
- 
- 
Field Details- 
UNKNOWN_TRANSLATION_KEY- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lehe$b;d:Ljava/lang/String;- intermediary - field_44919- Lnet/minecraft/class_3675$class_307;field_44919:Ljava/lang/String;- named - UNKNOWN_TRANSLATION_KEY- Lnet/minecraft/client/util/InputUtil$Type;UNKNOWN_TRANSLATION_KEY:Ljava/lang/String;
 
- 
map- Mappings:
- Namespace - Name - Mixin selector - official - e- Lehe$b;e:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;- intermediary - field_1674- Lnet/minecraft/class_3675$class_307;field_1674:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;- named - map- Lnet/minecraft/client/util/InputUtil$Type;map:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
 
- 
name- Mappings:
- Namespace - Name - Mixin selector - official - f- Lehe$b;f:Ljava/lang/String;- intermediary - field_1673- Lnet/minecraft/class_3675$class_307;field_1673:Ljava/lang/String;- named - name- Lnet/minecraft/client/util/InputUtil$Type;name:Ljava/lang/String;
 
- 
textTranslator- Mappings:
- Namespace - Name - Mixin selector - official - g- Lehe$b;g:Ljava/util/function/BiFunction;- intermediary - field_24197- Lnet/minecraft/class_3675$class_307;field_24197:Ljava/util/function/BiFunction;- named - textTranslator- Lnet/minecraft/client/util/InputUtil$Type;textTranslator:Ljava/util/function/BiFunction;
 
 
- 
- 
Constructor Details- 
Type- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lehe$b;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/util/function/BiFunction;)V- intermediary - <init>- Lnet/minecraft/class_3675$class_307;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/util/function/BiFunction;)V- named - <init>- Lnet/minecraft/client/util/InputUtil$Type;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/util/function/BiFunction;)V
 
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
mapKey- Mappings:
- Namespace - Name - Mixin selector - official - a- Lehe$b;a(Lehe$b;Ljava/lang/String;I)V- intermediary - method_1446- Lnet/minecraft/class_3675$class_307;method_1446(Lnet/minecraft/class_3675$class_307;Ljava/lang/String;I)V- named - mapKey- Lnet/minecraft/client/util/InputUtil$Type;mapKey(Lnet/minecraft/client/util/InputUtil$Type;Ljava/lang/String;I)V
 
- 
createFromCode- Mappings:
- Namespace - Name - Mixin selector - official - a- Lehe$b;a(I)Lehe$a;- intermediary - method_1447- Lnet/minecraft/class_3675$class_307;method_1447(I)Lnet/minecraft/class_3675$class_306;- named - createFromCode- Lnet/minecraft/client/util/InputUtil$Type;createFromCode(I)Lnet/minecraft/client/util/InputUtil$Key;
 
 
-