cpw.mods.fml.client
Class GuiSlotModList

java.lang.Object
  extended by cpw.mods.fml.client.GuiScrollingList
      extended by cpw.mods.fml.client.GuiSlotModList

public class GuiSlotModList
extends GuiScrollingList

Author:
cpw

Constructor Summary
GuiSlotModList(GuiModList parent, ArrayList<ModContainer> mods, int listWidth)
           
 
Method Summary
 
Methods inherited from class cpw.mods.fml.client.GuiScrollingList
actionPerformed, drawScreen, func_27256_c, func_27258_a, registerScrollButtons
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiSlotModList

public GuiSlotModList(GuiModList parent,
                      ArrayList<ModContainer> mods,
                      int listWidth)