Class NeoForgePlatformHelper
java.lang.Object
com.blamejared.controlling.platform.NeoForgePlatformHelper
- All Implemented Interfaces:
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
-
NeoForgePlatformHelper
public NeoForgePlatformHelper()
-
-
Method Details
-
hasConflictingModifier
public boolean hasConflictingModifier(net.minecraft.client.KeyMapping keybinding, net.minecraft.client.KeyMapping other) - Specified by:
hasConflictingModifierin interfaceIPlatformHelper
-
setKey
public void setKey(net.minecraft.client.Options options, net.minecraft.client.KeyMapping keybinding, com.mojang.blaze3d.platform.InputConstants.Key key) - Specified by:
setKeyin interfaceIPlatformHelper
-
isKeyCodeModifier
public boolean isKeyCodeModifier(com.mojang.blaze3d.platform.InputConstants.Key key) - Specified by:
isKeyCodeModifierin interfaceIPlatformHelper
-
setToDefault
public void setToDefault(net.minecraft.client.Options options, net.minecraft.client.KeyMapping keybinding) - Specified by:
setToDefaultin interfaceIPlatformHelper
-