Class RecipeAppendix.ItemButton

java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractButton
net.minecraft.client.gui.components.Button
org.cyclops.cyclopscore.infobook.AdvancedButton
org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton<net.minecraft.world.item.ItemStack>
org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ItemButton
All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.Widget, net.minecraft.client.gui.narration.NarratableEntry, net.minecraft.client.gui.narration.NarrationSupplier
Enclosing class:
RecipeAppendix<T>

public static class RecipeAppendix.ItemButton extends RecipeAppendix.ElementButton<net.minecraft.world.item.ItemStack>
  • Nested Class Summary

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

    net.minecraft.client.gui.components.Button.OnPress, net.minecraft.client.gui.components.Button.OnTooltip

    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 org.cyclops.cyclopscore.infobook.AdvancedButton

    gui

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

    DEFAULT_HEIGHT, DEFAULT_WIDTH, NO_TOOLTIP, onTooltip, SMALL_WIDTH

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

    active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, WIDGETS_LOCATION, width, x, y

    Fields inherited from class net.minecraft.client.gui.GuiComponent

    BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    getTranslationKey(net.minecraft.world.item.ItemStack element)
     
    void
    renderTooltip(com.mojang.blaze3d.vertex.PoseStack matrixStack, int mx, int my)
    Render the button tooltip.
    void
    update(int x, int y, net.minecraft.world.item.ItemStack element, ScreenInfoBook gui)
    This is called each render tick to update the button to the latest render state.

    Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton

    getElement, isVisible, renderButton

    Methods inherited from class org.cyclops.cyclopscore.infobook.AdvancedButton

    getOnPress, getTarget, isHover, onPress, setOnPress, update

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

    renderToolTip, updateNarration

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

    keyPressed, onClick

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

    changeFocus, clearFGColor, clicked, createNarrationMessage, defaultButtonNarrationText, getFGColor, getHeight, getMessage, getWidth, getYImage, isActive, isFocused, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, onDrag, onFocusedChanged, onRelease, playDownSound, render, renderBg, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidth, wrapDefaultNarrationMessage

    Methods inherited from class net.minecraft.client.gui.GuiComponent

    blit, blit, blit, blit, blit, blitOutlineBlack, disableScissor, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, enableScissor, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine

    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, keyReleased, mouseMoved, mouseScrolled
  • Constructor Details

    • ItemButton

      public ItemButton(IInfoBook infoBook)
  • Method Details

    • update

      public void update(int x, int y, net.minecraft.world.item.ItemStack element, ScreenInfoBook gui)
      Description copied from class: RecipeAppendix.ElementButton
      This is called each render tick to update the button to the latest render state.
      Overrides:
      update in class RecipeAppendix.ElementButton<net.minecraft.world.item.ItemStack>
      Parameters:
      x - The X position.
      y - The Y position.
      element - The element to display.
      gui - The gui.
    • renderTooltip

      public void renderTooltip(com.mojang.blaze3d.vertex.PoseStack matrixStack, int mx, int my)
      Description copied from class: AdvancedButton
      Render the button tooltip.
      Overrides:
      renderTooltip in class AdvancedButton
      Parameters:
      matrixStack - The matrix stack.
      mx - Mouse x.
      my - Mouse Y.
    • getTranslationKey

      protected String getTranslationKey(net.minecraft.world.item.ItemStack element)
      Specified by:
      getTranslationKey in class RecipeAppendix.ElementButton<net.minecraft.world.item.ItemStack>