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