public class BetterScrollableList<T extends net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<T>>
extends info.u_team.u_team_core.gui.elements.ScrollableList<T>
listWidth, scrollbarPos| Constructor and Description |
|---|
BetterScrollableList(int width,
int height,
int top,
int bottom,
int left,
int right,
int slotHeight,
int listWidth,
int scrollbarPos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
mouseDragged(double mouseX,
double mouseY,
int button,
double dragX,
double dragY) |
getRowWidth, getScrollbarPosition, updateSettingsaddEntry, centerScrollOn, children, clearEntries, clickedHeader, ensureVisible, getBottom, getEntry, getEntryAtPosition, getFocused, getHeight, getItemCount, getLeft, getMaxPosition, getMaxScroll, getRight, getRowLeft, getRowTop, getScrollAmount, getScrollBottom, getSelected, getTop, getWidth, isFocused, isMouseOver, isSelectedItem, keyPressed, mouseClicked, mouseReleased, mouseScrolled, moveSelection, remove, removeEntry, render, renderBackground, renderDecorations, renderHeader, renderHoleBackground, renderList, replaceEntries, setLeftPos, setRenderHeader, setRenderSelection, setScrollAmount, setSelected, updateScrollingState, updateSizeisDragging, setDragging, setFocusedblit, blit, blit, blit, blit, drawCenteredString, drawRightAlignedString, drawString, fill, fill, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic BetterScrollableList(int width,
int height,
int top,
int bottom,
int left,
int right,
int slotHeight,
int listWidth,
int scrollbarPos)
public boolean mouseDragged(double mouseX,
double mouseY,
int button,
double dragX,
double dragY)
mouseDragged in interface net.minecraft.client.gui.IGuiEventListenermouseDragged in interface net.minecraft.client.gui.INestedGuiEventHandlermouseDragged in class net.minecraft.client.gui.widget.list.AbstractList<T extends net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<T>>