Exemplo n.º 1
0
 protected void removeFromDrawable3DLists(Drawable3DLists lists, int type) {
   lists.getList(type).remove(this);
 }
Exemplo n.º 2
0
 protected void addToDrawable3DLists(Drawable3DLists lists, int type) {
   lists.getList(type).add(this);
 }