| Modifier and Type | Field and Description | 
|---|---|
| private java.util.List<EntityList.EntityEggInfo> | field_148222_l | 
amountScrolled, bottom, field_148163_i, field_178041_q, hasListHeader, headerPadding, height, initialClickY, lastClicked, left, mc, mouseX, mouseY, right, scrollMultiplier, selectedElement, showSelectionBox, slotHeight, top, width| Constructor and Description | 
|---|
| StatsMobsList(Minecraft mcIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | drawBackground() | 
| protected void | drawSlot(int entryID,
        int p_180791_2_,
        int p_180791_3_,
        int p_180791_4_,
        int mouseXIn,
        int mouseYIn) | 
| protected void | elementClicked(int slotIndex,
              boolean isDoubleClick,
              int mouseX,
              int mouseY)The element in the slot that was clicked, boolean for whether it was double clicked or not | 
| protected int | getContentHeight()Return the height of the content being scrolled | 
| protected int | getSize() | 
| protected boolean | isSelected(int slotIndex)Returns true if the element passed in is currently selected | 
actionPerformed, bindAmountScrolled, drawListHeader, drawScreen, drawSelectionBox, func_148132_a, func_148135_f, func_148142_b, func_178040_a, getAmountScrolled, getEnabled, getListWidth, getScrollBarX, getSlotHeight, getSlotIndexFromScreenCoords, handleMouseInput, isMouseYWithinSlotBounds, overlayBackground, registerScrollButtons, scrollBy, setDimensions, setEnabled, setHasListHeader, setShowSelectionBox, setSlotXBoundsFromLeftprivate final java.util.List<EntityList.EntityEggInfo> field_148222_l
public StatsMobsList(Minecraft mcIn)
protected void elementClicked(int slotIndex,
                              boolean isDoubleClick,
                              int mouseX,
                              int mouseY)
GuiSlotelementClicked in class GuiSlotprotected boolean isSelected(int slotIndex)
GuiSlotisSelected in class GuiSlotprotected int getContentHeight()
GuiSlotgetContentHeight in class GuiSlotprotected void drawBackground()
drawBackground in class GuiSlot