Package net.minecraft.src
Class GuiSlotAccountManager
- java.lang.Object
-
- net.minecraft.src.GuiSlot
-
- net.minecraft.src.GuiSlotAccountManager
-
public class GuiSlotAccountManager extends GuiSlot
-
-
Field Summary
Fields Modifier and Type Field Description int
selectedIndex
-
Constructor Summary
Constructors Constructor Description GuiSlotAccountManager(GuiAccountManager parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
chooseHighlightedAccount()
protected void
drawBackground()
protected void
drawSlot(int i, int j, int k, int l, Tessellator tessellator)
protected void
elementClicked(int i, boolean flag)
AccountInfo
getHighlighted()
protected int
getSize()
protected boolean
isSelected(int i)
-
Methods inherited from class net.minecraft.src.GuiSlot
actionPerformed, drawScreen, func_27255_a, func_27256_c, func_27257_b, func_27258_a, func_27259_a, func_27260_a, getContentHeight, registerScrollButtons, setLeft, setScrollBarPos, setSlotEdges
-
-
-
-
Constructor Detail
-
GuiSlotAccountManager
public GuiSlotAccountManager(GuiAccountManager parent)
-
-
Method Detail
-
elementClicked
protected void elementClicked(int i, boolean flag)
- Specified by:
elementClicked
in classGuiSlot
-
chooseHighlightedAccount
public void chooseHighlightedAccount()
-
isSelected
protected boolean isSelected(int i)
- Specified by:
isSelected
in classGuiSlot
-
getHighlighted
public AccountInfo getHighlighted()
-
drawBackground
protected void drawBackground()
- Specified by:
drawBackground
in classGuiSlot
-
drawSlot
protected void drawSlot(int i, int j, int k, int l, Tessellator tessellator)
-
-