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