Package | Description |
---|---|
buildcraft.lib.misc |
Holds a lot of generic *Util classes.
|
Modifier and Type | Method and Description |
---|---|
static <D> void |
GuiUtil.drawVerticallyAppending(IGuiPosition element,
java.lang.Iterable<? extends D> iterable,
GuiUtil.IVerticalAppendingDrawer<D> drawer)
Draws multiple elements, one after each other.
|