class GuiSnooper.List extends GuiSlot
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 | 
|---|
| List() | 
| 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 | getScrollBarX() | 
| 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, getContentHeight, getEnabled, getListWidth, getSlotHeight, getSlotIndexFromScreenCoords, handleMouseInput, isMouseYWithinSlotBounds, overlayBackground, registerScrollButtons, scrollBy, setDimensions, setEnabled, setHasListHeader, setShowSelectionBox, setSlotXBoundsFromLeftprotected void elementClicked(int slotIndex,
                              boolean isDoubleClick,
                              int mouseX,
                              int mouseY)
GuiSlotelementClicked in class GuiSlotprotected boolean isSelected(int slotIndex)
GuiSlotisSelected in class GuiSlotprotected void drawBackground()
drawBackground in class GuiSlotprotected void drawSlot(int entryID,
                        int p_180791_2_,
                        int p_180791_3_,
                        int p_180791_4_,
                        int mouseXIn,
                        int mouseYIn)
protected int getScrollBarX()
getScrollBarX in class GuiSlot