public abstract class AbstractOptionList<E extends AbstractOptionList.Entry<E>> extends AbstractList<E>
修飾子とタイプ | クラスと説明 |
---|---|
static class |
AbstractOptionList.Entry<E extends AbstractOptionList.Entry<E>> |
AbstractList.AbstractListEntry<E extends AbstractList.AbstractListEntry<E>>
centerListVertically, DRAG_OUTSIDE, headerHeight, height, itemHeight, minecraft, renderHeader, renderSelection, width, x0, x1, y0, y1, yDrag
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
コンストラクタと説明 |
---|
AbstractOptionList(Minecraft p_i51139_1_,
int p_i51139_2_,
int p_i51139_3_,
int p_i51139_4_,
int p_i51139_5_,
int p_i51139_6_) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
changeFocus(boolean p_changeFocus_1_) |
protected boolean |
isSelectedItem(int p_isSelectedItem_1_) |
addEntry, centerScrollOn, children, clearEntries, clickedHeader, ensureVisible, getBottom, getEntry, getEntryAtPosition, getFocused, getHeight, getItemCount, getLeft, getMaxPosition, getRight, getRowLeft, getRowTop, getRowWidth, getScrollAmount, getScrollbarPosition, getScrollBottom, getSelected, getTop, getWidth, isFocused, isMouseOver, keyPressed, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelection, remove, removeEntry, render, renderBackground, renderDecorations, renderHeader, renderHoleBackground, renderList, replaceEntries, setLeftPos, setRenderHeader, setRenderSelection, setScrollAmount, setSelected, updateScrollingState, updateSize
isDragging, setDragging, setFocused
blit, blit, blit, blit, blit, drawCenteredString, drawRightAlignedString, drawString, fill, fill, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
charTyped, func_212932_b, getEventListenerForPos, keyReleased, setFocusedDefault
mouseMoved
public AbstractOptionList(Minecraft p_i51139_1_, int p_i51139_2_, int p_i51139_3_, int p_i51139_4_, int p_i51139_5_, int p_i51139_6_)
public boolean changeFocus(boolean p_changeFocus_1_)
protected boolean isSelectedItem(int p_isSelectedItem_1_)
isSelectedItem
クラス内 AbstractList<E extends AbstractOptionList.Entry<E>>