Class StatsScreen.ItemStatisticsList.ItemRow
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<StatsScreen.ItemStatisticsList.ItemRow>
net.minecraft.client.gui.screens.achievement.StatsScreen.ItemStatisticsList.ItemRow
- All Implemented Interfaces:
- GuiEventListener,- TabOrderedElement,- NarrationSupplier
- Enclosing class:
- StatsScreen.ItemStatisticsList
class StatsScreen.ItemStatisticsList.ItemRow
extends ObjectSelectionList.Entry<StatsScreen.ItemStatisticsList.ItemRow>
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntrylistFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetItem()voidrender(GuiGraphics p_283614_, int p_97082_, int p_97083_, int p_97084_, int p_97085_, int p_97086_, int p_97087_, int p_97088_, boolean p_97089_, float p_97090_) protected voidrenderStat(GuiGraphics p_282544_, Stat<?> p_97093_, int p_97094_, int p_97095_, boolean p_97096_) Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.EntryupdateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntryisFocused, isMouseOver, renderBack, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenercharTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
item
 
- 
- 
Constructor Details- 
ItemRowItemRow(Item p_169517_) 
 
- 
- 
Method Details- 
getItem
- 
renderpublic void render(GuiGraphics p_283614_, int p_97082_, int p_97083_, int p_97084_, int p_97085_, int p_97086_, int p_97087_, int p_97088_, boolean p_97089_, float p_97090_) - Specified by:
- renderin class- AbstractSelectionList.Entry<StatsScreen.ItemStatisticsList.ItemRow>
 
- 
renderStatprotected void renderStat(GuiGraphics p_282544_, @Nullable Stat<?> p_97093_, int p_97094_, int p_97095_, boolean p_97096_) 
- 
getNarration- Specified by:
- getNarrationin class- ObjectSelectionList.Entry<StatsScreen.ItemStatisticsList.ItemRow>
 
 
-