Package net.jcm.vsch.client.key
Class DoubleClickKeyMapping
java.lang.Object
net.minecraft.client.KeyMapping
net.jcm.vsch.client.key.DoubleClickKeyMapping
- All Implemented Interfaces:
Comparable<net.minecraft.client.KeyMapping>,net.minecraftforge.client.extensions.IForgeKeyMapping
public class DoubleClickKeyMapping
extends net.minecraft.client.KeyMapping
-
Field Summary
Fields inherited from class net.minecraft.client.KeyMapping
CATEGORY_CREATIVE, CATEGORY_GAMEPLAY, CATEGORY_INTERFACE, CATEGORY_INVENTORY, CATEGORY_MISC, CATEGORY_MOVEMENT, CATEGORY_MULTIPLAYER -
Constructor Summary
ConstructorsConstructorDescriptionDoubleClickKeyMapping(String name, net.minecraftforge.client.settings.KeyConflictContext context, com.mojang.blaze3d.platform.InputConstants.Type type, int defaultKey, String category) -
Method Summary
Methods inherited from class net.minecraft.client.KeyMapping
click, compareTo, consumeClick, createNameSupplier, getCategory, getDefaultKey, getDefaultKeyModifier, getKey, getKeyConflictContext, getKeyModifier, getName, getTranslatedKeyMessage, isDefault, isDown, isUnbound, matches, matchesMouse, releaseAll, resetMapping, resetToggleKeys, same, saveString, set, setAll, setKey, setKeyConflictContext, setKeyModifierAndCodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.IForgeKeyMapping
hasKeyModifierConflict, isActiveAndMatches, isConflictContextAndModifierActive, setToDefault
-
Constructor Details
-
DoubleClickKeyMapping
-
-
Method Details
-
consumeDoubleClick
public boolean consumeDoubleClick() -
setDown
public void setDown(boolean value) - Overrides:
setDownin classnet.minecraft.client.KeyMapping
-