class GuiCreateFlatWorld.Details extends GuiSlot
| Modifier and Type | Field and Description |
|---|---|
int |
field_148228_k |
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 |
|---|
Details() |
| 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
|
private void |
func_148224_c(int p_148224_1_,
int p_148224_2_,
int p_148224_3_,
int p_148224_4_) |
private void |
func_148225_a(int p_148225_1_,
int p_148225_2_,
ItemStack p_148225_3_) |
private void |
func_148226_e(int p_148226_1_,
int p_148226_2_) |
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, setSlotXBoundsFromLeftprivate void func_148225_a(int p_148225_1_,
int p_148225_2_,
ItemStack p_148225_3_)
private void func_148226_e(int p_148226_1_,
int p_148226_2_)
private void func_148224_c(int p_148224_1_,
int p_148224_2_,
int p_148224_3_,
int p_148224_4_)
protected 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