}
@Override
public void handle(MCConnection conn) throws UnrecoverableException {
/*int eid = */conn.r.readInt();
MCAnimation animation = MCAnimation.getAnimation(conn.r.read());
if(/*conn.getPlayer().geteid() == eid && */(animation == MCAnimation.SWINGARM || animation == MCAnimation.LEAVE_BED)) {
conn.getPlayer().setAnimation(animation);
}/* else {
//TODO: HACKATTEMPT?