protected void removeFromDrawable3DLists(Drawable3DLists lists, int type) { lists.getList(type).remove(this); }
protected void addToDrawable3DLists(Drawable3DLists lists, int type) { lists.getList(type).add(this); }