Class ConflictFreeKeyMapping

java.lang.Object
net.minecraft.client.KeyMapping
tschipp.carryon.client.keybinds.ConflictFreeKeyMapping
All Implemented Interfaces:
Comparable<net.minecraft.client.KeyMapping>

public class ConflictFreeKeyMapping 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

    Constructors
    Constructor
    Description
    ConflictFreeKeyMapping(String $$0, int $$1, String $$2)
     
    ConflictFreeKeyMapping(String $$0, com.mojang.blaze3d.platform.InputConstants.Type $$1, int $$2, String $$3)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    same(net.minecraft.client.KeyMapping $$0)
     

    Methods inherited from class net.minecraft.client.KeyMapping

    click, compareTo, consumeClick, createNameSupplier, get, getCategory, getDefaultKey, getName, getTranslatedKeyMessage, isDefault, isDown, isUnbound, matches, matchesMouse, releaseAll, resetMapping, resetToggleKeys, saveString, set, setAll, setDown, setKey

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConflictFreeKeyMapping

      public ConflictFreeKeyMapping(String $$0, int $$1, String $$2)
    • ConflictFreeKeyMapping

      public ConflictFreeKeyMapping(String $$0, com.mojang.blaze3d.platform.InputConstants.Type $$1, int $$2, String $$3)
  • Method Details

    • same

      public boolean same(net.minecraft.client.KeyMapping $$0)
      Overrides:
      same in class net.minecraft.client.KeyMapping