public class GuiSimpleScrolledSelectionListProxy 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 |
---|
GuiSimpleScrolledSelectionListProxy(RealmsSimpleScrolledSelectionList p_i45525_1_,
int widthIn,
int heightIn,
int topIn,
int bottomIn,
int slotHeightIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
drawBackground() |
void |
drawScreen(int mouseXIn,
int mouseYIn,
float p_148128_3_) |
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
|
int |
getMouseX() |
int |
getMouseY() |
protected int |
getScrollBarX() |
protected int |
getSize() |
int |
getWidth() |
void |
handleMouseInput() |
protected boolean |
isSelected(int slotIndex)
Returns true if the element passed in is currently selected
|
actionPerformed, bindAmountScrolled, drawContainerBackground, drawListHeader, drawSelectionBox, func_148132_a, func_148135_f, func_148142_b, func_178040_a, getAmountScrolled, getEnabled, getListWidth, getSlotHeight, getSlotIndexFromScreenCoords, isMouseYWithinSlotBounds, overlayBackground, registerScrollButtons, scrollBy, setDimensions, setEnabled, setHasListHeader, setShowSelectionBox, setSlotXBoundsFromLeft
public GuiSimpleScrolledSelectionListProxy(RealmsSimpleScrolledSelectionList p_i45525_1_, int widthIn, int heightIn, int topIn, int bottomIn, int slotHeightIn)
protected void elementClicked(int slotIndex, boolean isDoubleClick, int mouseX, int mouseY)
elementClicked
in class GuiSlot
protected boolean isSelected(int slotIndex)
isSelected
in class GuiSlot
protected void drawBackground()
drawBackground
in class GuiSlot
protected void drawSlot(int entryID, int p_180791_2_, int p_180791_3_, int p_180791_4_, int mouseXIn, int mouseYIn)
public int getWidth()
public int getMouseY()
public int getMouseX()
protected int getContentHeight()
getContentHeight
in class GuiSlot
protected int getScrollBarX()
getScrollBarX
in class GuiSlot
public void handleMouseInput()
handleMouseInput
in class GuiSlot
public void drawScreen(int mouseXIn, int mouseYIn, float p_148128_3_)
drawScreen
in class GuiSlot