类 ToggleKeyMapping
java.lang.Object
net.minecraft.client.KeyMapping
net.minecraft.client.ToggleKeyMapping
- 所有已实现的接口:
Comparable<KeyMapping>
,IForgeKeyMapping
-
字段概要
字段从类继承的字段 net.minecraft.client.KeyMapping
CATEGORY_CREATIVE, CATEGORY_GAMEPLAY, CATEGORY_INTERFACE, CATEGORY_INVENTORY, CATEGORY_MISC, CATEGORY_MOVEMENT, CATEGORY_MULTIPLAYER, isDown
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.client.KeyMapping
click, compareTo, consumeClick, createNameSupplier, get, getCategory, getDefaultKey, getDefaultKeyModifier, getKey, getKeyConflictContext, getKeyModifier, getName, getTranslatedKeyMessage, isDefault, isUnbound, matches, matchesMouse, releaseAll, resetMapping, resetToggleKeys, same, saveString, set, setAll, setKey, setKeyConflictContext, setKeyModifierAndCode
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.client.extensions.IForgeKeyMapping
hasKeyModifierConflict, isActiveAndMatches, isConflictContextAndModifierActive, setToDefault
-
字段详细资料
-
needsToggle
-
-
构造器详细资料
-
ToggleKeyMapping
-
-
方法详细资料
-
setDown
public void setDown(boolean p_92534_) - 覆盖:
setDown
在类中KeyMapping
-
reset
protected void reset() -
isDown
public boolean isDown()- 覆盖:
isDown
在类中KeyMapping
-