类 KeyMappingLookup
java.lang.Object
net.minecraftforge.client.settings.KeyMappingLookup
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
clear()
private List
<KeyMapping> get
(KeyModifier modifier, InputConstants.Key keyCode) getAll
(InputConstants.Key keyCode) Returns all active keys associated with the given key code and the active modifiers and conflict context.void
put
(InputConstants.Key keyCode, KeyMapping keyBinding) void
remove
(KeyMapping keyBinding)
-
字段详细资料
-
map
-
-
构造器详细资料
-
KeyMappingLookup
public KeyMappingLookup()
-
-
方法详细资料
-
getAll
Returns all active keys associated with the given key code and the active modifiers and conflict context.- 参数:
keyCode
- the key being pressed- 返回:
- the list of key mappings
-
get
-
put
-
remove
-
clear
public void clear()
-