public class DrawHandlerList extends SmartList<IDrawHandler> implements IDrawHandler
| Constructor and Description |
|---|
DrawHandlerList() |
DrawHandlerList(int pCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
onDraw(GLState pGLState,
Camera pCamera) |
addFirst, addLast, call, call, clear, get, getFirst, getLast, indexOf, lastIndexOf, query, query, queryForSubclass, queryForSubclass, remove, remove, remove, removeAll, removeAll, removeFirst, removeLastadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic DrawHandlerList()
public DrawHandlerList(int pCapacity)
public void onDraw(GLState pGLState, Camera pCamera)
onDraw in interface IDrawHandler