Class IndexedButton

java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractButton
net.minecraft.client.gui.components.Button
com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
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
Direct Known Subclasses:
ArrowButton, ButtonRename, HoverDisableButton, ImageButton, ImageClickableButton, InvisibleButton, OnOffButton, PokeCheckerTabsScreen, StarterButton, TrainerCardScreen.ThemedButton, UpdatingImageButton

public class IndexedButton 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
    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

    SPRITES, TEXT_MARGIN

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

    active, alpha, focused, height, hoverOrFocusedStartTime, isHovered, message, MIN_SCROLL_PERIOD, packedFGColor, PERIOD_PER_SCROLLED_PIXEL, tabOrderGroup, tooltip, tooltipMsDelay, UNSET_FG_COLOR, visible, wasHoveredOrFocused, width, x, y

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndexedButton(int id, int x, int y, int width, int height, String title, net.minecraft.client.gui.components.Button.OnPress pressedAction)
     
    IndexedButton(int id, int x, int y, int width, int height, net.minecraft.network.chat.Component title, net.minecraft.client.gui.components.Button.OnPress pressedAction)
     
    IndexedButton(int id, int x, int y, int width, int height, net.minecraft.network.chat.Component title, net.minecraft.client.gui.components.Button.OnPress pressedAction, net.minecraft.client.gui.components.Button.CreateNarration onTooltip)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setMessage(String message)
     

    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, renderWidget

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

    clearFGColor, clicked, createTooltipPositioner, defaultButtonNarrationText, getFGColor, 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, renderScrollingString, setAlpha, setFGColor, setFocused, setHeight, 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

    • id

      public final int id
  • Constructor Details

    • IndexedButton

      public IndexedButton(int id, int x, int y, int width, int height, String title, net.minecraft.client.gui.components.Button.OnPress pressedAction)
    • IndexedButton

      public IndexedButton(int id, int x, int y, int width, int height, net.minecraft.network.chat.Component title, net.minecraft.client.gui.components.Button.OnPress pressedAction)
    • IndexedButton

      public IndexedButton(int id, int x, int y, int width, int height, net.minecraft.network.chat.Component title, net.minecraft.client.gui.components.Button.OnPress pressedAction, net.minecraft.client.gui.components.Button.CreateNarration onTooltip)
  • Method Details

    • getID

      public int getID()
    • setMessage

      public void setMessage(String message)