public class GuiPageButtonList extends GuiListExtended
Modifier and Type | Class and Description |
---|---|
static class |
GuiPageButtonList.EditBoxEntry |
static class |
GuiPageButtonList.GuiButtonEntry |
static class |
GuiPageButtonList.GuiEntry |
static class |
GuiPageButtonList.GuiLabelEntry |
static class |
GuiPageButtonList.GuiListEntry |
static interface |
GuiPageButtonList.GuiResponder |
static class |
GuiPageButtonList.GuiSlideEntry |
GuiListExtended.IGuiListEntry
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 |
---|
GuiPageButtonList(Minecraft mcIn,
int widthIn,
int heightIn,
int topIn,
int bottomIn,
int slotHeightIn,
GuiPageButtonList.GuiResponder p_i45536_7_,
GuiPageButtonList.GuiListEntry[]... p_i45536_8_) |
Modifier and Type | Method and Description |
---|---|
Gui |
func_178056_g() |
int |
func_178057_f() |
int |
func_178059_e() |
Gui |
func_178061_c(int p_178061_1_) |
void |
func_178062_a(char p_178062_1_,
int p_178062_2_) |
void |
func_178064_i() |
void |
func_178071_h() |
void |
func_181155_a(boolean p_181155_1_) |
void |
func_181156_c(int p_181156_1_) |
GuiPageButtonList.GuiEntry |
getListEntry(int index)
Gets the IGuiListEntry object for the given index
|
int |
getListWidth()
Gets the width of the list
|
protected int |
getScrollBarX() |
int |
getSize() |
boolean |
mouseClicked(int mouseX,
int mouseY,
int mouseEvent) |
drawBackground, drawSlot, elementClicked, func_178040_a, isSelected, mouseReleased
actionPerformed, bindAmountScrolled, drawContainerBackground, drawListHeader, drawScreen, drawSelectionBox, func_148132_a, func_148135_f, func_148142_b, getAmountScrolled, getContentHeight, getEnabled, getSlotHeight, getSlotIndexFromScreenCoords, handleMouseInput, isMouseYWithinSlotBounds, overlayBackground, registerScrollButtons, scrollBy, setDimensions, setEnabled, setHasListHeader, setShowSelectionBox, setSlotXBoundsFromLeft
public GuiPageButtonList(Minecraft mcIn, int widthIn, int heightIn, int topIn, int bottomIn, int slotHeightIn, GuiPageButtonList.GuiResponder p_i45536_7_, GuiPageButtonList.GuiListEntry[]... p_i45536_8_)
public void func_181156_c(int p_181156_1_)
public int func_178059_e()
public int func_178057_f()
public Gui func_178056_g()
public void func_178071_h()
public void func_178064_i()
public Gui func_178061_c(int p_178061_1_)
public void func_181155_a(boolean p_181155_1_)
public boolean mouseClicked(int mouseX, int mouseY, int mouseEvent)
mouseClicked
in class GuiListExtended
public void func_178062_a(char p_178062_1_, int p_178062_2_)
public GuiPageButtonList.GuiEntry getListEntry(int index)
getListEntry
in class GuiListExtended
public int getListWidth()
getListWidth
in class GuiSlot
protected int getScrollBarX()
getScrollBarX
in class GuiSlot