Class OverlayImageButton

java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractWidget.WithInactiveMessage
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, net.minecraft.client.gui.components.Button.Plain

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

    net.minecraft.client.gui.components.AbstractWidget.WithInactiveMessage

    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, message, packedFGColor, UNSET_FG_COLOR, visible, width
  • 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.Identifier overlayLocation1, int textureWidth1, int textureHeight1, int xTexStart2, int yTexStart2, int xTexStop2, int yTexStop2, net.minecraft.resources.Identifier 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.Identifier 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
    extractContents(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int pMouseX, int pMouseY, float partial)
     
    void
    extractScrollingStringOverContents(net.minecraft.client.gui.ActiveTextCollector activeTextCollector, net.minecraft.network.chat.Component component, int i)
     
    void
     
    void
    setFirstOverlay(net.minecraft.resources.Identifier overlayLocation)
     
    void
    setSecondOverlay(net.minecraft.resources.Identifier 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

    extractDefaultLabel, extractDefaultSprite, extractWidgetRenderState, keyPressed, onClick, setOverrideRenderHighlightedSprite

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

    defaultInactiveMessage, getMessage, setMessage

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

    clearFGColor, defaultButtonNarrationText, extractRenderState, extractTooltipForNextRenderPass, getAlpha, getBottom, getFGColor, getHeight, getRectangle, getRight, getTabOrderGroup, getWidth, getX, getY, handleCursor, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, onDrag, onRelease, playButtonClickSound, playDownSound, setAlpha, setFGColor, setFocused, setHeight, setRectangle, setSize, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessage

    Methods inherited from class Object

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

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

    charTyped, getBorderForArrowNavigation, getCurrentFocusPath, keyReleased, mouseMoved, mouseScrolled, preeditUpdated, shouldTakeFocusAfterInteraction

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

    setPosition

    Methods inherited from interface net.minecraft.client.gui.narration.NarratableEntry

    getNarratables
  • Constructor Details

    • OverlayImageButton

      public OverlayImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int xTexStop, int yTexStop, net.minecraft.resources.Identifier 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.Identifier overlayLocation1, int textureWidth1, int textureHeight1, int xTexStart2, int yTexStart2, int xTexStop2, int yTexStop2, net.minecraft.resources.Identifier overlayLocation2, int textureWidth2, int textureHeight2, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title)
  • Method Details

    • extractContents

      public void extractContents(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int pMouseX, int pMouseY, float partial)
      Specified by:
      extractContents in class net.minecraft.client.gui.components.AbstractButton
    • extractScrollingStringOverContents

      public void extractScrollingStringOverContents(net.minecraft.client.gui.ActiveTextCollector activeTextCollector, net.minecraft.network.chat.Component component, int i)
      Overrides:
      extractScrollingStringOverContents in class net.minecraft.client.gui.components.AbstractWidget
    • hideMessage

      public void hideMessage()
    • showMessage

      public void showMessage()
    • setFirstOverlay

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

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

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

      public void adjustSecondOverlay(float x, float y)