@Override public void resetTask() { super.resetTask(); animatingEntity.currentAnim = null; }
/** Resets the task */ public void resetTask() { super.resetTask(); this.entity.worldObj.destroyBlockInWorldPartially( this.entity.entityId, this.targetX, this.targetY, this.targetZ, -1); }