Class ImageButton

All Implemented Interfaces:
GuiEventListener, Renderable, TabOrderedElement, LayoutElement, NarratableEntry, NarrationSupplier
Direct Known Subclasses:
RealmsMainScreen.PendingInvitesButton

public class ImageButton extends Button
  • Field Details

    • resourceLocation

      protected final ResourceLocation resourceLocation
    • xTexStart

      protected final int xTexStart
    • yTexStart

      protected final int yTexStart
    • yDiffTex

      protected final int yDiffTex
    • textureWidth

      protected final int textureWidth
    • textureHeight

      protected final int textureHeight
  • Constructor Details

    • ImageButton

      public ImageButton(int p_169011_, int p_169012_, int p_169013_, int p_169014_, int p_169015_, int p_169016_, ResourceLocation p_169017_, Button.OnPress p_169018_)
    • ImageButton

      public ImageButton(int p_94269_, int p_94270_, int p_94271_, int p_94272_, int p_94273_, int p_94274_, int p_94275_, ResourceLocation p_94276_, Button.OnPress p_94277_)
    • ImageButton

      public ImageButton(int p_94230_, int p_94231_, int p_94232_, int p_94233_, int p_94234_, int p_94235_, int p_94236_, ResourceLocation p_94237_, int p_94238_, int p_94239_, Button.OnPress p_94240_)
    • ImageButton

      public ImageButton(int p_94256_, int p_94257_, int p_94258_, int p_94259_, int p_94260_, int p_94261_, int p_94262_, ResourceLocation p_94263_, int p_94264_, int p_94265_, Button.OnPress p_94266_, Component p_94267_)
  • Method Details