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 intselectedIndex
-
Constructor Summary
Constructors Constructor Description GuiSlotAccountManager(GuiAccountManager parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchooseHighlightedAccount()protected voiddrawBackground()protected voiddrawSlot(int i, int j, int k, int l, Tessellator tessellator)protected voidelementClicked(int i, boolean flag)AccountInfogetHighlighted()protected intgetSize()protected booleanisSelected(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:
elementClickedin classGuiSlot
-
chooseHighlightedAccount
public void chooseHighlightedAccount()
-
isSelected
protected boolean isSelected(int i)
- Specified by:
isSelectedin classGuiSlot
-
getHighlighted
public AccountInfo getHighlighted()
-
drawBackground
protected void drawBackground()
- Specified by:
drawBackgroundin classGuiSlot
-
drawSlot
protected void drawSlot(int i, int j, int k, int l, Tessellator tessellator)
-
-