Klasse HotKeyManager

java.lang.Object
de.luckymcdev.foundryengine.client.imgui.hotkey.HotKeyManager

public class HotKeyManager extends Object
  • Konstruktordetails

    • HotKeyManager

      public HotKeyManager()
  • Methodendetails

    • getImHotKey

      public ImHotKey getImHotKey()
    • getHotkeys

      public ImHotKey.HotKey[] getHotkeys()
    • register

      public HotKeyManager.RegisteredHotKey register(net.minecraft.resources.Identifier id, String name, String description, @Nullable Runnable action, @MagicConstant(flagsFromClass=com.mojang.blaze3d.platform.InputConstants.class) int... keys)
    • remove

      public void remove(net.minecraft.resources.Identifier id)
    • registerPanel

      public void registerPanel(Panel panel, Runnable toggleAction)
    • getHotKeyById

      public @Nullable ImHotKey.HotKey getHotKeyById(net.minecraft.resources.Identifier id)
    • update

      public void update()
    • load

      public void load()
    • save

      public void save()
    • pack

      public long pack(int... glfwKeys)