public static interface List.ItemManager<L>
Modifier and Type | Method and Description |
---|---|
float |
getItemHeight(L item,
int index) |
java.lang.String |
getText(L item,
int index) |
void |
renderItem(L item,
int index,
float y,
float width,
List<L> items,
Input in,
Graphics g,
boolean high,
boolean sel) |
void |
tickItem(L item,
int index,
float y,
float width,
List<L> items,
Input in,
AudioEngine ae,
float delta,
boolean high,
boolean sel) |
java.lang.String getText(L item, int index)
void renderItem(L item, int index, float y, float width, List<L> items, Input in, Graphics g, boolean high, boolean sel)
void tickItem(L item, int index, float y, float width, List<L> items, Input in, AudioEngine ae, float delta, boolean high, boolean sel)
float getItemHeight(L item, int index)