Class ForgePlatformHelper

java.lang.Object
com.blamejared.controlling.platform.ForgePlatformHelper
All Implemented Interfaces:
IPlatformHelper

public class ForgePlatformHelper extends Object implements IPlatformHelper
  • Constructor Details

    • ForgePlatformHelper

      public ForgePlatformHelper()
  • Method Details

    • hasConflictingModifier

      public boolean hasConflictingModifier(net.minecraft.client.KeyMapping keybinding, net.minecraft.client.KeyMapping other)
      Specified by:
      hasConflictingModifier in interface IPlatformHelper
    • setKey

      public void setKey(net.minecraft.client.Options options, net.minecraft.client.KeyMapping keybinding, com.mojang.blaze3d.platform.InputConstants.Key key)
      Specified by:
      setKey in interface IPlatformHelper
    • isKeyCodeModifier

      public boolean isKeyCodeModifier(com.mojang.blaze3d.platform.InputConstants.Key key)
      Specified by:
      isKeyCodeModifier in interface IPlatformHelper
    • setToDefault

      public void setToDefault(net.minecraft.client.Options options, net.minecraft.client.KeyMapping keybinding)
      Specified by:
      setToDefault in interface IPlatformHelper