Okay. However, I'm problems understanding the parameters of the class.
They're quite ambiguous.
For GuiScrollingList:
public GuiScrollingList(Minecraft client, int width, int height, int top, int bottom, int left, int entryHeight)
Say I wanted to render the list between coordinates
x = 50;
y = 50;
endX = 250;
endY = 250;
therefore making width and height = 200;
Anyone have an idea how to implement this, I've tried it before but failed with the parameters?