public abstract class GuiResourcePackList extends GuiListExtended<ResourcePackListEntryFound>
GuiListExtended.IGuiListEntry<E extends GuiListExtended.IGuiListEntry<E>>
Modifier and Type | Field and Description |
---|---|
protected Minecraft |
mc |
amountScrolled, bottom, centerListVertically, hasListHeader, headerPadding, height, initialClickY, lastClicked, left, right, selectedElement, showSelectionBox, slotHeight, top, visible, width
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiResourcePackList(Minecraft p_i47648_1_,
int p_i47648_2_,
int p_i47648_3_) |
Modifier and Type | Method and Description |
---|---|
protected void |
drawListHeader(int insideLeft,
int insideTop,
Tessellator tessellatorIn) |
void |
func_195095_a(ResourcePackListEntryFound p_195095_1_) |
protected abstract java.lang.String |
getListHeader() |
int |
getListWidth() |
protected int |
getScrollBarX() |
addEntry, clearEntries, drawBackground, drawSlot, getChildren, getSize, isSelected, mouseClicked, setSelectedEntry, updateItemPos
bindAmountScrolled, charTyped, checkScrollbarClick, clickedHeader, drawContainerBackground, drawScreen, drawSelectionBox, getAmountScrolled, getContentHeight, getEntryAt, getMaxScroll, getSlotHeight, isMouseInList, isVisible, keyPressed, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, overlayBackground, renderDecorations, scrollBy, setDimensions, setHasListHeader, setShowSelectionBox, setSlotXBoundsFromLeft
focusNext, focusOn, getFocused, setDragging, setFocused
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
keyReleased
canFocus, focusChanged
protected final Minecraft mc
public GuiResourcePackList(Minecraft p_i47648_1_, int p_i47648_2_, int p_i47648_3_)
protected void drawListHeader(int insideLeft, int insideTop, Tessellator tessellatorIn)
drawListHeader
in class GuiSlot
protected abstract java.lang.String getListHeader()
public int getListWidth()
getListWidth
in class GuiSlot
protected int getScrollBarX()
getScrollBarX
in class GuiSlot
public void func_195095_a(ResourcePackListEntryFound p_195095_1_)