Class ToggleableImageButton

java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractButton
net.minecraft.client.gui.components.Button
me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
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 ToggleableImageButton 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
    Modifier and Type
    Field
    Description
    protected final net.minecraft.resources.ResourceLocation
     
    protected final int
     
    protected final int
     
    protected final int
     
    protected final int
     
    protected final int
     

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

    createNarration, DEFAULT_HEIGHT, DEFAULT_NARRATION, DEFAULT_WIDTH, onPress, SMALL_WIDTH

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

    TEXT_MARGIN, TEXTURE_BORDER_X, TEXTURE_BORDER_Y, TEXTURE_HEIGHT, TEXTURE_WIDTH, TEXTURE_Y_OFFSET

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

    ACCESSIBILITY_TEXTURE, active, alpha, height, isHovered, visible, WIDGETS_LOCATION, width

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    ToggleableImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int yDiffTex, net.minecraft.resources.ResourceLocation resourceLocation, int textureWidth, int textureHeight, net.minecraft.client.gui.components.Button.OnPress onPress)
     
    ToggleableImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int yDiffTex, net.minecraft.resources.ResourceLocation resourceLocation, int textureWidth, int textureHeight, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component message)
     
    ToggleableImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int yDiffTex, net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.client.gui.components.Button.OnPress onPress)
     
    ToggleableImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.client.gui.components.Button.OnPress onPress)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
     
    void
    renderTexture(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.resources.ResourceLocation texture, int x, int y, int uOffset, int vOffset, int i, int width, int height, int textureWidth, int textureHeight)
     
    void
    renderWidget(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)
     
    void
    setToggledOn(boolean toggledOn)
     

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

    builder, createNarrationMessage, updateWidgetNarration

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

    keyPressed, onClick, renderString

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

    clicked, createTooltipPositioner, defaultButtonNarrationText, getHeight, getMessage, getRectangle, getTabOrderGroup, getTooltip, getWidth, getX, getY, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, onDrag, onRelease, playDownSound, render, renderScrollingString, renderScrollingString, setAlpha, setFocused, setMessage, 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
  • Field Details

    • resourceLocation

      protected final net.minecraft.resources.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

    • ToggleableImageButton

      public ToggleableImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.client.gui.components.Button.OnPress onPress)
    • ToggleableImageButton

      public ToggleableImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int yDiffTex, net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.client.gui.components.Button.OnPress onPress)
    • ToggleableImageButton

      public ToggleableImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int yDiffTex, net.minecraft.resources.ResourceLocation resourceLocation, int textureWidth, int textureHeight, net.minecraft.client.gui.components.Button.OnPress onPress)
    • ToggleableImageButton

      public ToggleableImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int yDiffTex, net.minecraft.resources.ResourceLocation resourceLocation, int textureWidth, int textureHeight, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component message)
  • Method Details

    • renderWidget

      public void renderWidget(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)
      Overrides:
      renderWidget in class net.minecraft.client.gui.components.AbstractButton
    • renderTexture

      public void renderTexture(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.resources.ResourceLocation texture, int x, int y, int uOffset, int vOffset, int i, int width, int height, int textureWidth, int textureHeight)
      Overrides:
      renderTexture in class net.minecraft.client.gui.components.AbstractWidget
    • onPress

      public void onPress()
      Overrides:
      onPress in class net.minecraft.client.gui.components.Button
    • isToggledOn

      public boolean isToggledOn()
    • setToggledOn

      public void setToggledOn(boolean toggledOn)