Class OverlayImageButton

java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractButton
net.minecraft.client.gui.components.Button
com.stereowalker.unionlib.client.gui.components.OverlayImageButton
All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.Renderable, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.layouts.LayoutElement, net.minecraft.client.gui.narration.NarratableEntry, net.minecraft.client.gui.narration.NarrationSupplier

public class OverlayImageButton extends net.minecraft.client.gui.components.Button
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.gui.components.Button

    net.minecraft.client.gui.components.Button.Builder, net.minecraft.client.gui.components.Button.CreateNarration, net.minecraft.client.gui.components.Button.OnPress

    Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry

    net.minecraft.client.gui.narration.NarratableEntry.NarrationPriority
  • Field Summary

    Fields inherited from class net.minecraft.client.gui.components.Button

    BIG_WIDTH, createNarration, DEFAULT_HEIGHT, DEFAULT_NARRATION, DEFAULT_SPACING, DEFAULT_WIDTH, onPress, SMALL_WIDTH

    Fields inherited from class net.minecraft.client.gui.components.AbstractButton

    SPRITES, TEXT_MARGIN

    Fields inherited from class net.minecraft.client.gui.components.AbstractWidget

    active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, width

    Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    OverlayImageButton(int x, int y, int width, int height, int xTexStart1, int yTexStart1, int xTexStop1, int yTexStop1, net.minecraft.resources.ResourceLocation overlayLocation1, int textureWidth1, int textureHeight1, int xTexStart2, int yTexStart2, int xTexStop2, int yTexStop2, net.minecraft.resources.ResourceLocation overlayLocation2, int textureWidth2, int textureHeight2, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title)
     
    OverlayImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int xTexStop, int yTexStop, net.minecraft.resources.ResourceLocation overlayLocation, int textureWidth, int textureHeight, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    adjustFirstOverlay(float x, float y)
     
    void
    adjustSecondOverlay(float x, float y)
     
    void
     
    protected void
    renderScrollingString(net.minecraft.client.gui.GuiGraphics p_281857_, net.minecraft.client.gui.Font p_282790_, int p_282664_, int p_282944_)
     
    void
    renderWidget(net.minecraft.client.gui.GuiGraphics guiGraphics, int pMouseX, int pMouseY, float partial)
     
    void
    setFirstOverlay(net.minecraft.resources.ResourceLocation overlayLocation)
     
    void
    setSecondOverlay(net.minecraft.resources.ResourceLocation overlayLocation)
     
    void
     

    Methods inherited from class net.minecraft.client.gui.components.Button

    builder, createNarrationMessage, onPress, updateWidgetNarration

    Methods inherited from class net.minecraft.client.gui.components.AbstractButton

    keyPressed, onClick, renderString

    Methods inherited from class net.minecraft.client.gui.components.AbstractWidget

    clearFGColor, clicked, defaultButtonNarrationText, getBottom, getFGColor, getHeight, getMessage, getRectangle, getRight, getTabOrderGroup, getTooltip, getWidth, getX, getY, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, onDrag, onRelease, playDownSound, render, renderScrollingString, renderScrollingString, setAlpha, setFGColor, setFocused, setHeight, setMessage, setRectangle, setSize, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    charTyped, getCurrentFocusPath, keyReleased, mouseMoved, mouseScrolled

    Methods inherited from interface net.minecraft.client.gui.layouts.LayoutElement

    setPosition
  • Constructor Details

    • OverlayImageButton

      public OverlayImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int xTexStop, int yTexStop, net.minecraft.resources.ResourceLocation overlayLocation, int textureWidth, int textureHeight, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title)
    • OverlayImageButton

      public OverlayImageButton(int x, int y, int width, int height, int xTexStart1, int yTexStart1, int xTexStop1, int yTexStop1, net.minecraft.resources.ResourceLocation overlayLocation1, int textureWidth1, int textureHeight1, int xTexStart2, int yTexStart2, int xTexStop2, int yTexStop2, net.minecraft.resources.ResourceLocation overlayLocation2, int textureWidth2, int textureHeight2, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title)
  • Method Details

    • renderWidget

      public void renderWidget(net.minecraft.client.gui.GuiGraphics guiGraphics, int pMouseX, int pMouseY, float partial)
      Overrides:
      renderWidget in class net.minecraft.client.gui.components.AbstractButton
    • renderScrollingString

      protected void renderScrollingString(net.minecraft.client.gui.GuiGraphics p_281857_, net.minecraft.client.gui.Font p_282790_, int p_282664_, int p_282944_)
      Overrides:
      renderScrollingString in class net.minecraft.client.gui.components.AbstractWidget
    • hideMessage

      public void hideMessage()
    • showMessage

      public void showMessage()
    • setFirstOverlay

      public void setFirstOverlay(net.minecraft.resources.ResourceLocation overlayLocation)
    • setSecondOverlay

      public void setSecondOverlay(net.minecraft.resources.ResourceLocation overlayLocation)
    • adjustFirstOverlay

      public void adjustFirstOverlay(float x, float y)
    • adjustSecondOverlay

      public void adjustSecondOverlay(float x, float y)