net.minecraft.client.util

public final class InputUtil$Key

com.mojang.blaze3d.platform.InputConstants$Key
net.minecraft.class_3675$class_306
net.minecraft.client.util.InputUtil$Key

Field summary

Modifier and TypeField
private final String
name
field_1663
translationKey
private final InputUtil$Type
type
field_1666
type
private final int
value
field_1665
code
private final Supplier<Text>
displayName
field_24196
localizedText
private static final Map<String, InputUtil$Key>
NAME_MAP
field_1664
KEYS

Constructor summary

ModifierConstructor
private (String translationKey, InputUtil$Type type, int code)

Method summary

Modifier and TypeMethod
public InputUtil$Type
getType()
method_1442()
getCategory()
public int
getValue()
method_1444()
getCode()
public String
getName()
method_1441()
getTranslationKey()
public Text
getDisplayName()
method_27445()
getLocalizedText()
public OptionalInt
getNumericKeyValue()
method_30103()
toInt()
private static Text
lambda$new$0(InputConstants$Type arg0, int arg1, String arg2)
method_27444(class_3675$class_307 arg0, int arg1, String arg2)
method_27444(InputUtil$Type arg0, int arg1, String arg2)