public interface HUDList
ListComponent| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getItem(int index)
Get the item at the given index.
|
java.awt.Color |
getItemColor(int index)
Get the color the string should have.
|
int |
getSize()
Get the number of elements in the list
|
boolean |
sortRight()
Whether to align the list to the right.
|
boolean |
sortUp()
Whether to align the list downwards.
|
int getSize()
java.lang.String getItem(int index)
index - index of itemjava.awt.Color getItemColor(int index)
index - index of itemboolean sortUp()
boolean sortRight()