Class ArmorGlowWidget.ListEntry

java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<ArmorGlowWidget.ListEntry>
com.mrbysco.armorposer.client.gui.widgets.ArmorGlowWidget.ListEntry
All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.layouts.LayoutElement, net.minecraft.client.gui.narration.NarrationSupplier
Enclosing class:
ArmorGlowWidget

public class ArmorGlowWidget.ListEntry extends net.minecraft.client.gui.components.ObjectSelectionList.Entry<ArmorGlowWidget.ListEntry>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extractContent(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean hovered, float partialTick)
     
    void
    extractPose(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int xPos, int yPos, float partialTick)
     
    net.minecraft.world.entity.decoration.ArmorStand
     
    net.minecraft.network.chat.Component
     
    net.minecraft.network.chat.Component
     
     
    boolean
     
    boolean
     
    void
    updateState(net.minecraft.world.entity.decoration.ArmorStand stand)
     

    Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry

    mouseClicked, updateNarration

    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, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath, preeditUpdated, shouldTakeFocusAfterInteraction

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

    setPosition

    Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Method Details

    • updateState

      public void updateState(net.minecraft.world.entity.decoration.ArmorStand stand)
    • extractContent

      public void extractContent(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean hovered, float partialTick)
    • getArmorStand

      public net.minecraft.world.entity.decoration.ArmorStand getArmorStand()
    • getUUID

      public UUID getUUID()
    • isLocked

      public boolean isLocked()
    • isVisible

      public boolean isVisible()
    • extractPose

      public void extractPose(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int xPos, int yPos, float partialTick)
    • getPositionComponent

      public net.minecraft.network.chat.Component getPositionComponent()
    • getNarration

      public net.minecraft.network.chat.Component getNarration()
      Specified by:
      getNarration in class net.minecraft.client.gui.components.ObjectSelectionList.Entry<ArmorGlowWidget.ListEntry>