public class ToggleableKeyBinding extends KeyBinding
| コンストラクタと説明 | 
|---|
| ToggleableKeyBinding(java.lang.String descriptionIn,
                    int codeIn,
                    java.lang.String categoryIn,
                    java.util.function.BooleanSupplier getterIn) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | setPressed(boolean valueIn)Forge End | 
bind, compareTo, conflicts, getDefault, getDisplayString, getKey, getKeyCategory, getKeyConflictContext, getKeyDescription, getKeyModifier, getKeyModifierDefault, getLocalizedName, getTranslationKey, isDefault, isInvalid, isKeyDown, isPressed, matchesKey, matchesMouseKey, onTick, resetKeyBindingArrayAndHash, setKeyBindState, setKeyConflictContext, setKeyModifierAndCode, unPressAllKeys, updateKeyBindStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeyBinding, hasKeyCodeModifierConflict, isActiveAndMatches, setToDefaultpublic ToggleableKeyBinding(java.lang.String descriptionIn,
                            int codeIn,
                            java.lang.String categoryIn,
                            java.util.function.BooleanSupplier getterIn)
public void setPressed(boolean valueIn)
KeyBindingsetPressed クラス内 KeyBinding