78798081828384858687888990
} return -1; } public int getPassiveAnimation() { final RSAnimator a = getAccessor().getPassiveAnimation(); if (a != null) { final RSSequence s = a.getSequence(); if (s != null) { return s.getID(); } } return -1;
67686970717273747576777879
} return false; } public int getAnimation() { final RSAnimator a = getAccessor().getAnimation(); if (a != null) { final RSSequence s = a.getSequence(); if (s != null) { return s.getID(); } } return -1;