Class KeybindIcon

java.lang.Object
com.pixelmonmod.pixelmon.client.gui.widgets.KeybindIcon
Direct Known Subclasses:
GuiKeybindIconQuest

public class KeybindIcon extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    KeybindIcon(net.minecraft.client.KeyMapping keybind, net.minecraft.resources.ResourceLocation icon)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, float partialTicks)
     
    void
    setEnabled(boolean enabled)
     

    Methods inherited from class java.lang.Object

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

    • KeybindIcon

      public KeybindIcon(net.minecraft.client.KeyMapping keybind, net.minecraft.resources.ResourceLocation icon)
  • Method Details

    • draw

      public void draw(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, float partialTicks)
    • setEnabled

      public void setEnabled(boolean enabled)