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 TypeMethodDescriptionvoidextractContent(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean hovered, float partialTick) voidextractPose(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int xPos, int yPos, float partialTick) net.minecraft.world.entity.decoration.ArmorStandnet.minecraft.network.chat.Componentnet.minecraft.network.chat.ComponentgetUUID()booleanisLocked()booleanvoidupdateState(net.minecraft.world.entity.decoration.ArmorStand stand) Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
mouseClicked, updateNarrationMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getBorderForArrowNavigation, getCurrentFocusPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath, preeditUpdated, shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPositionMethods 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
-
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:
getNarrationin classnet.minecraft.client.gui.components.ObjectSelectionList.Entry<ArmorGlowWidget.ListEntry>
-