Class ForgePlatformHelper
java.lang.Object
com.blamejared.controlling.platform.ForgePlatformHelper
- All Implemented Interfaces:
com.blamejared.controlling.platform.IPlatformHelper
public class ForgePlatformHelper
extends Object
implements com.blamejared.controlling.platform.IPlatformHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasConflictingModifier(net.minecraft.client.KeyMapping keybinding, net.minecraft.client.KeyMapping other) booleanisKeyCodeModifier(com.mojang.blaze3d.platform.InputConstants.Key key) voidsetKey(net.minecraft.client.Options options, net.minecraft.client.KeyMapping keybinding, com.mojang.blaze3d.platform.InputConstants.Key key) voidsetToDefault(net.minecraft.client.Options options, net.minecraft.client.KeyMapping keybinding)
-
Constructor Details
-
ForgePlatformHelper
public ForgePlatformHelper()
-
-
Method Details
-
hasConflictingModifier
public boolean hasConflictingModifier(net.minecraft.client.KeyMapping keybinding, net.minecraft.client.KeyMapping other) - Specified by:
hasConflictingModifierin interfacecom.blamejared.controlling.platform.IPlatformHelper
-
setKey
public void setKey(net.minecraft.client.Options options, net.minecraft.client.KeyMapping keybinding, com.mojang.blaze3d.platform.InputConstants.Key key) - Specified by:
setKeyin interfacecom.blamejared.controlling.platform.IPlatformHelper
-
isKeyCodeModifier
public boolean isKeyCodeModifier(com.mojang.blaze3d.platform.InputConstants.Key key) - Specified by:
isKeyCodeModifierin interfacecom.blamejared.controlling.platform.IPlatformHelper
-
setToDefault
public void setToDefault(net.minecraft.client.Options options, net.minecraft.client.KeyMapping keybinding) - Specified by:
setToDefaultin interfacecom.blamejared.controlling.platform.IPlatformHelper
-